R
richard
www.mroldies.net/jukebox2.php
<form action="jukebox2.php" method="POST">
<input type="radio" name="plays" value="10" checked>10
<input type="radio" name="plays" value="20">20
<input type="radio" name="plays" value="50">50
<input type="radio" name="plays" value="100">100
<input type="radio" name="plays" value="200">200
<br>
Choose Random or Self pick
<br>
<input type="radio" name="style value="random" checked>Random
<input type="radio" name="style" value="self">Self Pick<br>
<input type="submit" name="go" value="play">
</form>
When I click the submit button no values are posted in the address bar.
Why?
<form action="jukebox2.php" method="POST">
<input type="radio" name="plays" value="10" checked>10
<input type="radio" name="plays" value="20">20
<input type="radio" name="plays" value="50">50
<input type="radio" name="plays" value="100">100
<input type="radio" name="plays" value="200">200
<br>
Choose Random or Self pick
<br>
<input type="radio" name="style value="random" checked>Random
<input type="radio" name="style" value="self">Self Pick<br>
<input type="submit" name="go" value="play">
</form>
When I click the submit button no values are posted in the address bar.
Why?