bluewalrus
02-21-2008, 06:48 PM
I have a form on my website but i wanted it to auto submit when i visit it instead of having to click the button i already have it selected. I dont know if its possible this is the code i have "<form method="post" action="address">
<input type="hidden" name="poll_id" value="poll name">
<table align=center style="font-family:Tahoma; font-size:12pt" width=304 border=1>
<tr><th align=center>Vote</td></tr>
<tr><td><input type='radio' name='vote' value='9' checked="checked"> button name <input type='submit' value=' Vote ! '></td></tr><tr><td align=center style='font-family:Tahoma; font-size:10pt'></tr>
</table>
</form>"
<input type="hidden" name="poll_id" value="poll name">
<table align=center style="font-family:Tahoma; font-size:12pt" width=304 border=1>
<tr><th align=center>Vote</td></tr>
<tr><td><input type='radio' name='vote' value='9' checked="checked"> button name <input type='submit' value=' Vote ! '></td></tr><tr><td align=center style='font-family:Tahoma; font-size:10pt'></tr>
</table>
</form>"