jayjay66
Technical User
- Oct 31, 2005
- 114
Hi,
i have this file that was created by frontpage 2000. it's called animate.js. The file works perfectly when run in IE5 but when I run it in mozilla it doesn't do anyting at all. I'm pretty sure it's because of this statement:
if((navigator.appName == "Netscape")
how do i make it so that it detects mozilla. the navigator.appname is fine when I debug it. it does = to netscape. the error it gives me is doc_els has no properties.
Please help.
Thanks,
JJ
i have this file that was created by frontpage 2000. it's called animate.js. The file works perfectly when run in IE5 but when I run it in mozilla it doesn't do anyting at all. I'm pretty sure it's because of this statement:
if((navigator.appName == "Netscape")
how do i make it so that it detects mozilla. the navigator.appname is fine when I debug it. it does = to netscape. the error it gives me is doc_els has no properties.
Please help.
Thanks,
JJ