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