Rob Gambit
09-04-2003, 08:12 AM
I have a script that works great in Internet Explore but gives an error in Netscape 7.
basically, there are several of these in the body:
<font id=calDateText> </font>
<font id=calDateText> </font>
<font id=calDateText> </font>
Then the text is changed in script with something like this:
calDateText[1].innerText = "123";
When run in Netscape 7 it gives a "calDateText is not defined" error message.
I don't "have" to get this working in older Netscape browsers but would like to get it working in 7 at least.
basically, there are several of these in the body:
<font id=calDateText> </font>
<font id=calDateText> </font>
<font id=calDateText> </font>
Then the text is changed in script with something like this:
calDateText[1].innerText = "123";
When run in Netscape 7 it gives a "calDateText is not defined" error message.
I don't "have" to get this working in older Netscape browsers but would like to get it working in 7 at least.