Spookster,
What is the piece of html code that automatically clears out the form fields on a page, such a name & email address, immediately after the visitor has filled them in then clicks SUBMIT?
Fred
<form action="http://www.cyberserious.com/cgi-bin/auto_followup.pl" method="post" align="left" onclick=clicked(); target="_blank">
<div align="center">
<input type="hidden" name="product" value="netdet">
<input type="hidden" name="remind" value="ON">
<input type="hidden" name="newsletter" value="ON">
<input type="hidden" name="redirect" value="http://www.netdetectivesoftware.com/download.htm">
<table cellSpacing="0" border=1 cellPadding="12" width="277">
<tr>
<td align="middle">
<div align="center">
<center>
<table cellSpacing="0" cellPadding="0" border="0" width="241">
<tr align="middle">
<td vAlign="center" noWrap align="right">
<div align="left"><font face="Arial, Helvetica, sans-serif"><b>Your
Name: </b></font></div>
</td>
<td align="left">
<input name="name" size="20">
</td>
</tr>
<tr align="middle">
<td vAlign="center" noWrap align="right">
<div align="left"><font face="Arial, Helvetica, sans-serif"><b>Your
Email: </b></font></div>
</td>
<td align="left">
<input name="email" size="20">
</td>
</tr>
<tr align="middle">
<td vAlign="center" align="middle"colSpan="2">
<div align="center">
<center>
<p><font size="2"><br>
<input type="submit" value="Submit" style="font-family: Arial, Helvetica, sans-serif; font-size: 12pt">
<br>
</font>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</div>
</form>
--------------------------------------
http://www.cyberserious.com