How to run 2 separate applications using form action="some actions"

admin

Administrator
Staff member
I need to have two action occur when a form is submitted:<br />
1. Call a confirmation page that presents the results back to the user<br />
2. Call a Perl module that emails the form information to specified parties.<br />
<br />
The Perl module and confirmation page both require the same form field values. I am using asp to determine field values and return the confirmation page. The problem is invoking both actions from the same form. Is it possible to do this?<br />
<br />
Any help would be greatly appreciated.<br />
<br />
stringman<!--content-->heres a link to another forum where it states how to do this....i found it really intresting<br />
<br />
<!-- m --><a class="postlink" href="http://developer.irt.org/script/880.htm">http://developer.irt.org/script/880.htm</a><!-- m --><!--content-->Thank you very much sirhcchris3. I think this will work perfectly.<!--content-->
 
Back
Top