Myspace Layouts Top Layout Maker Hot Backgrounds Fun Graphics Best Flash Flash Online Now
Site Search
 

Working with forms HTML Form Help

Working with Forms
Forms are used to gather information. Usually for database management. Forms have different input type such as checkboxes, radio buttons, text field, dropdown menus. The items must be named in order for the receiving document to be able to understand them and get the results.
< form></form>Creates all forms methods includde post and get
< select name="NAME"></select> Used for pulldown menu
< textarea name="NAME" cols=? rows=?></textarea> Text Box
< input type="checkbox" name="NAME"> Check Box
< input type="radio" name="NAME" value="?"> Radio Buttons
Example: <form name="form1" method="post" action="">
< input type="text" name="textfield">
< input type="hidden" name="hiddenField">
< textarea name="textarea"></textarea>
< input type="checkbox" name="checkbox" value="checkbox">
< input type="radio" name="radiobutton" value="radiobutton"> <p>
< label><input type="radio" name="RadioGroup1" value="radio"> Radio</label>
< label><input type="radio" name="RadioGroup1" value="radio"> Radio</label></p>
< select name="select"> </select>
< select name="menu1" onChange="MM_jumpMenu('parent',this,0)"> <option selected>unnamed1</option> </select>
< label><input type="submit" name="Submit" value="Submit"></label>
< /form>




COPYRIGHT (C) layoutcomments.com All Rights Reserved. layoutcomments.com is not affiliated nor associated with MySpace.com. MySpace is a Registered Trademark of News Corp. We are not associated with MySpace.com or News Corp. in any way, shape, or form. All images are provided by users we respect the rights of ALL Copyright holders and welcome any correspondence, any images that are in violation of copyright, offensive or distasteful will be removed. Please contact us regarding these issues.



eXTReMe Tracker