<form action='transmitmydata.php' method='post' > Red <input type='checkbox' id='red' name='color' checked> Blue <input type='checkbox' id='blue' name='color' checked> Green <input type='checkbox' id='green' name='color' checked> <input type='button' value='Submit'> </form> |
What's happening in the script above?
See also; HTML Form
See also; HTML Buttons
See also; HTML Table
Kevin Regan
Have an article, idea, found a typo, want to contribute? Shoot me an email
Here