javascript_ss
10-07-2003, 11:54 AM
I am doing form validation , where in the <FORM> tag I have a onsubmit= "return Validate()"
In IE 6.0 when Validate returns false, IE displays the alert and on clicking OK, the web page stays where it was ,
but with Netscape, when the OK is clicked on the alert msg popup, the webpage moves to the next page as if Validate () had returned false ????
So despite the FORM not having the right user information , the user is seeing the next page ?????
In IE 6.0 when Validate returns false, IE displays the alert and on clicking OK, the web page stays where it was ,
but with Netscape, when the OK is clicked on the alert msg popup, the webpage moves to the next page as if Validate () had returned false ????
So despite the FORM not having the right user information , the user is seeing the next page ?????