PDA

View Full Version : post form from client mailbox


royroy7
09-09-2008, 01:44 AM
i send form with 3 radio buttons with my newsletter
but when click on submit it doesnt do nothing




<form name='seker' action='http://www.localhost:3964/sekres.aspx' method='post' target='_blank'><input type='hidden' value='1' name='sekerID'/>
<table style='padding:0px 0 50px 0;'>
<tr>
<td colspan='6'><p><font face="Arial"><font face="Comic Sans MS" color="#ff0000">סקר </font>1</font>&nbsp;</p>
</td>
</tr>
<tr>
<td align='left'><input type='radio' value='3' name='S'/></td>
<td><img src='http://localhost:3964/SekerImg/op3.jpg'/> </td>
<td align='left'><input type='radio' value='2' name='S'/></td>
<td><img src='http://localhost:3964/SekerImg/op2.jpg'/> </td>
<td align='left'> <input type='radio' value='1' name='S'/></td>
<td><img src='http://localhost:3964/SekerImg/op1.jpg'/></td>
</tr>
<tr>
<td colspan='6' valign='buttom' align='left' style='height:20px;'>
<input type='submit' value='שלחי' style='color:#d0453e;font-weight:bolder;border:solid 1px gray;'/>
</td>
</tr>
</table>
</form>
any help please?