Hi there. New to the forum. New to javascript. Old to HTML & ASP but I'm trying to submit my form in a function after validating the form. It redirects perfectly but my form parameters are lost. Here's my setup...
in my validation function, I have ...
document.forms["frmMain"].submit()
from my form i have...
<input type="button" name="cmdSubmit" id="cmdSubmit" value="Post" onClick="javascript: validateTester();">
Bookmarks