And it submits to the submit.aspx but i cannot get the txtName value.Code:<form id="formContact" name="formContact" action="submit.aspx" onsubmit="return validateContactForm();"> <p>Full Name: <input id="txtName" type="text" style="width: 240px;" /> </p> <p><input id="btnSubmit" type="submit" value="Submit" style="width: 130px;" /></p> </form>
I tried everything but seems that Request.Form("txtName") returns nothing no matter what ...
Any idea? Thanks in advance





Reply With Quote