multiple form action
i am trying to find a solution to make a form with multiple actions .... to work like this ...
<form name='form1' action='somebodyelsesform.cgi' method='post' onsubmit='EmailMe()'>
my problem is writing a function to put at the top that will email me the contents of the form which is sent to the third party cgi page that we do not have access to the results from ....
any help will be appreciated??
|