Click to See Complete Forum and Search --> : onsubmit return not working


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

Khalid Ali
10-07-2003, 01:02 PM
show us the code,changces are there is some thing wrong wioth the code...

sam2003
10-07-2003, 03:23 PM
I am glad my solution works for you..

sam2003:)