Forums

ASP

This topic is locked

Multiple form actions

Posted 25 Oct 2003 09:05:10
1
has voted
25 Oct 2003 09:05:10 reppert mr posted:
Hi,

I am looking for a way to apply mutiple actions to a submit button.
1. email the form results
2. post the information to a data base
3.? post the imformation to a url i.e. a third party ecommerce cgi script.

Any ideas? I am using asp vbscript...

Thanks,

Jim <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Replies

Replied 27 Oct 2003 02:24:11
27 Oct 2003 02:24:11 Phil Shevlin replied:
I suggest you figure a way to do this serverside. For two reasons. It would have to be done via JS and you don't know if they have JS. Second, what if one failed but the others worked? You would want to prevent that.

How bout posting to a page that runs all three - with error checks?

Reply to this topic