problem was with
window.onload = ...
inside a script tag, which was resolved by a
script tag with the following attributes:
FOR=window EVENT=onload LANGUAGE="JScript"
and put the onload logic between the scrip tags,
which works for both IE and Firefox.
No comments:
Post a Comment