SMC
07-06-2007, 04:16 AM
Hello everyone, currently I've got an onsubmit script:
<form id="register_form" action = "<?php echo $_SERVER['PHP_SELF'] ?>" method = "post" enctype="multipart/form-data" onsubmit="return validateForm( this );">
However when JS is disabled the script won't submit. Is there a way I can work around this?
Thanks!!
<form id="register_form" action = "<?php echo $_SERVER['PHP_SELF'] ?>" method = "post" enctype="multipart/form-data" onsubmit="return validateForm( this );">
However when JS is disabled the script won't submit. Is there a way I can work around this?
Thanks!!