Click to See Complete Forum and Search --> : Form submit => two actions


svenicsale
06-10-2003, 07:56 AM
I was wondering if htere is a way to make one submit button do two actions, like for ex.
"<form method=post action='subscribe.cgi'>"

can be made like: "<form method=post action='subscribe.cgi; subsribe.php'>"

NOTE: The code I wrote is probablly incorrect, it is just for an example...

svenicsale
06-10-2003, 08:15 AM
Is there a code you can give me??