Click to See Complete Forum and Search --> : Error from 'Entry' in Netscape


Jaaron
11-14-2003, 07:39 PM
I'm getting an error in Netscape from the following code:
var C;
C = Entry.CR.value;
self.document.write (C);
The code works fine in Explorer, and the error is on the 'C = Entry.CR.value;' line.
Any ideas?
Thanks,
Jaaron

gil davis
11-14-2003, 08:26 PM
Depending on when it is executed, document.write() will wipe out the rest of the page.

What version of Netscape, and what was the error?

Jaaron
11-14-2003, 08:43 PM
Netscape 7.1
The error is "Entry is not defined". I get the error using netscape's Javascript console.
Thanks,
Jaaron

Jaaron
11-14-2003, 08:51 PM
Oh yeh, I'm trying to wipe out the entire page, and write values from the app.