|
Child Form to Parent Form
Ok,
I have a form that passes it's values to a submission page written in ASP. The submission page has an include file that checks the values of the user input for invalid characters using RegExp patterns. If the input doesn't match the pattern, I want user to be redirected to the form and have the invalid input highlighted. I can get the form to redirect using "history.go(-1)" but this doesn't allow me to specify what field to highlight.
__________________
|