Gavric
10-15-2005, 05:53 AM
I need a method of altering the values of form fields with JavaScript before they're passed to the form.
I'm using ASP and JavaScript. I have a functioning regular expression that changes the values of data from the form. The failure is in passing that data back to the form fields before the POST action is initiated.
Maybe I'm misunderstanding the sequence of events in a form post.
I'm using ASP and JavaScript. I have a functioning regular expression that changes the values of data from the form. The failure is in passing that data back to the form fields before the POST action is initiated.
Maybe I'm misunderstanding the sequence of events in a form post.