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