home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / unhtml.spk / Sample2 < prev    next >
Text File  |  1996-02-11  |  888b  |  47 lines

  1. <TITLE> input fields tags</title>
  2. <h1>inputs</h1>
  3.  
  4. <hr>
  5. <form>
  6. A very basic input box
  7. <input NAME="From" value="from">
  8.  
  9. <hr>
  10. text area
  11. <textarea NAME="From" value="from" type=text rows=5 cols=30>
  12. <hr>
  13.  
  14. submit and reset icons.
  15.  
  16.  <input value="submit" Type="submit">
  17.  <input value="reset" Type="reset">
  18. <hr>
  19. check boxes and radio icons
  20.  <input name=check Type="checkbox" value="check">
  21.  
  22.  <input name=radio Type=radio value="radio">
  23.  <input NAME=radio value="radio2" Type=radio>
  24.  
  25. <hr>
  26.  
  27. a password box
  28.  <input name=password Type=password value="passwd">
  29. <HR>
  30.  
  31. A box of selectable options
  32.  
  33.   <select NAME="direction">
  34.     <OPTION >North
  35.     <OPTION >East
  36.     <OPTION >South
  37.     <OPTION >West
  38.   </select>
  39. </form>
  40.  
  41. <HR>
  42. <isindex><br>
  43. <isindex action=files/search.sh><p>
  44. <isindex prompt="Type it in this box"><br>
  45. <isindex action=files/search.sh prompt="Type it in this box">
  46. </form>
  47.