Hi,
I would like to display a simple thank you when a user hits the submit button. I need to send the info with submit and then display a thank you in a pop up. The send works but the thank you doesn't.
Thanks for the help..Russ
<table width="753">
<TBODY>
<tr>
<td width="149"><div align="center"><center><p class="MsoNormal"
style="PADDING-TOP: 50pt;" TEXT-ALIGN:><input name="REGISTER" type="submit" value="SUBMIT"
ACTION="mailto:rregner@salemsupport.com" METHOD="post"><input name="RESET" type="reset"
value="Reset"> </p>
onclick="alert('thank you')"
</center></div><div align="center" class="MsoNormal" style="TEXT-ALIGN: center"></div></td>
</tr>
</TBODY>
</table>
</form>
</div>
</body>
</html>
I would like to display a simple thank you when a user hits the submit button. I need to send the info with submit and then display a thank you in a pop up. The send works but the thank you doesn't.
Thanks for the help..Russ
<table width="753">
<TBODY>
<tr>
<td width="149"><div align="center"><center><p class="MsoNormal"
style="PADDING-TOP: 50pt;" TEXT-ALIGN:><input name="REGISTER" type="submit" value="SUBMIT"
ACTION="mailto:rregner@salemsupport.com" METHOD="post"><input name="RESET" type="reset"
value="Reset"> </p>
onclick="alert('thank you')"
</center></div><div align="center" class="MsoNormal" style="TEXT-ALIGN: center"></div></td>
</tr>
</TBODY>
</table>
</form>
</div>
</body>
</html>