[thelist] JavaScript woes

Alan Storm gliff at rochester.rr.com
Thu Jan 18 19:26:31 CST 2001


>function #ID#_DoFSCommand(command, args) {
>	var date = args;
>	changeImage(date);
>	}
>
>The script works fine in IE, but in Netscape it doesn't. It does not
>refresh the frame, imagelist, like IE does. Also, Netscape is not
>throwing any JS errors so I am pretty mush lost.

Without seeing the page in question, I'd say it was the #'s in your
function name.  IE is pretty lax with syntax rules.  Try renaming your
function and see if that helps.  

--
Alan Storm
http://www.gliff.org




More information about the thelist mailing list