[thelist] JavaScript woes

Joshua OIson joshua at alphashop.net
Thu Jan 18 20:56:31 CST 2001


are you sure the functions even being called?  Try throwing an alert in the
function body to check.  It could just be that the flash plugin isn't
triggering the event like you'd expect.  I'm not a flash person, so I really
don't know for sure.

-joshua

----- Original Message -----
From: "Alan Storm" <gliff at rochester.rr.com>
To: <thelist at lists.evolt.org>; <thelist at lists.evolt.org>
Sent: Thursday, January 18, 2001 4:10 PM
Subject: Re: [thelist] JavaScript woes


> >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.






More information about the thelist mailing list