How can i make a button on a website send an email AND redirect to a website (using html)
this is the code i have (and must use)
<body>
<b><font size="4">Order Form</font></b><form method="post" title="Order Form" name=shoppingcart action="mailto:*****@hotmail.com" enctype="text/plain"onSubmit="return validForm(this)" ACTION="someAction.cgi">
<table>
<tr>
i got the action to mailto but don't know how to add both to the one submit button
HELP PLEASE
this is the code i have (and must use)
<body>
<b><font size="4">Order Form</font></b><form method="post" title="Order Form" name=shoppingcart action="mailto:*****@hotmail.com" enctype="text/plain"onSubmit="return validForm(this)" ACTION="someAction.cgi">
<table>
<tr>
i got the action to mailto but don't know how to add both to the one submit button
HELP PLEASE
