P
pat
hi.
i was just trying to write some javascript favlets and
found that some of the most basic js-methods are behaving
differently when executed from a bookmark/favorite than
when placed in a document.
eg. javascript:alert('hi');window.open
('foo','bar','status=no');
will NOT execute when placed as a favorite. obviously,
there is no problem with it, when running from within an
html document. (to place as faviourite, write a doc with
the above line as a link and drag it to the
links/favorites)
similar problems can be found in document.createStyleSheet
().
does anyone know where to find information regarding these
inconsistencies?
i was just trying to write some javascript favlets and
found that some of the most basic js-methods are behaving
differently when executed from a bookmark/favorite than
when placed in a document.
eg. javascript:alert('hi');window.open
('foo','bar','status=no');
will NOT execute when placed as a favorite. obviously,
there is no problem with it, when running from within an
html document. (to place as faviourite, write a doc with
the above line as a link and drag it to the
links/favorites)
similar problems can be found in document.createStyleSheet
().
does anyone know where to find information regarding these
inconsistencies?