[thelist] JavaScript woes

Jeff Lucido jlucido at j2-digital.com
Thu Jan 18 19:35:31 CST 2001


Alan (and others):

Thanks for the feedback. The # signs in the function are contained
within a cf page, thus this is a variable that is being passed to the
viewer's browser once they request the page. The page in question is
here (watch for the wrap):

http://cameras.lpcnb.com/index.cfm?cameraID=01&action=images

Thanks again for any possible help/clues/wisdom/beer anyone can pass
along in an effort to tackle this problem.

Thanks!
-JSLucido

-----Original Message-----
From: Alan Storm [mailto:gliff at rochester.rr.com]
Sent: Thursday, January 18, 2001 6:11 PM
To: thelist at lists.evolt.org; thelist at lists.evolt.org
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.  

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

---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list