Meltem Demirkus wrote: >?Because when I tried to use them like this: > ><form name="sign" method="POST" action="sign_up_.php" >onSubmit="checkemail(email.value);return false" > > >and when I click submit.. javascript is working but it is not going to the >sign_up_ page ......How can I manage it?.. > Or simply leave off the "return false" and in your JS routine do "document.forms[0].submit()"
HTH Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php