Here is my form by the way
<form action="" method="get">
<table width="250" border="0">
<tr>
<td>Name</td>
<td><input name="name" type="text" class="textfield" id="name" /></td>
</tr>
<tr>
<td>E-mail</td>
<td><input name="email" type="text" class="textfield" id="email" /></td>
</tr>
<tr>
<td>Zip</td>
<td><input name="submit" type="text" class="textfield" id="submit" /></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Sumbit" id="Sumbit" value="Submit" />
<input type="reset" name="Reset" id="Reset" value="Reset" /></td>
</tr>
<tr>
<td colspan="2"><div align="center"><br />
<img src="Images/form-images/13.gif" width="94" height="54" /><img src="Images/form-images/14.gif" width="94" height="54" /><br />
</div></td>
</tr>
</table>
</form>
and here is the link where i want the values when the "submit" button is clicked.
http://1.tradeguide.pay.clickbank.net/
Thanks!