Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

applets and Netscape6

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Iam using a validation applet and in my .js file the code looks like

var ret=false;
ret=document.validation.validate_EP(x, y, --);
When it goes through first time, it is ok but when it is reloading, it crashes Netscape6. It works fine in IE and Netscape4.7.

Does anybody know if there are any known problems?
Is there a solution to this problem?
Any help is greatly appreciated. I have to make this work on NS6 and Iam in crunch.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top