Hello, Just as I have an OnSubmit intrinsic event do I have something like an OnAfterSubmit event? If I don't then what do I do if I need to do processing immediately after form submission on the HTML page which contains the form? Code Sample :- . . . <FORM name="ProductForm" action="c.asp" method="post"> <INPUT TYPE="text" NAME="FIELD1" VALUE="VAL1" SIZE="5"/> <INPUT type="submit" value="SUBMIT FORM"/> </FORM> . . . After form submission, I need to change the action attribiute to some other asp file eg. <FORM name="ProductForm" action="d.asp" method="post"> through DHTML after form submission.How do I do it? Regards, AMITReceived on Friday, 7 August 1998 02:42:03 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:03 GMT