View Single Post
Old 12-21-2007, 03:49 PM   #12 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Try changing yout html to
HTML Code:
<form class="ratingsnstuff" name="rating" action="action.php" method="post">
<input class="ratingsnstuff" name="star" type="button" value="1" OnClick="document.rating.submit();">
<input class="ratingsnstuff" name="star" type="button" value="2" OnClick="document.rating.submit();">
<input class="ratingsnstuff" name="star" type="button" value="3" OnClick="document.rating.submit();">
<input class="ratingsnstuff" name="star" type="button" value="4" OnClick="document.rating.submit();">
<input class="ratingsnstuff" name="star" type="button" value="5" OnClick="document.rating.submit();">
__________________

Village Idiot is offline  
Reply With Quote
The Following User Says Thank You to Village Idiot For This Useful Post:
Orc (12-21-2007)