I have a form with a javascript validation function OnSubmit. In the validation function I need to use ASP to set the value of a field to a session value. I tried the following, but it does not work. Let's assume Session("customerNumber") = 30143, then I want document.myForm.customerNumber.value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.