home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Software / Servis / Arachno / data.z / Forms.tbd < prev    next >
Text File  |  1999-11-14  |  1KB  |  16 lines

  1. Product Name    Version        
  2. Arachnophilia    4.0        
  3. Short (MetaBar) Name    Long (ToolBar/Menu) Name    ToolTip    Status Line
  4. Forms    Forms    Automating Methods    Automating Methods
  5. Button Name    Command    ToolTip    Status Line
  6. NewForm    <form action="http://yourcgiscript" method="post">\p\p|\p\p</form>        Creates new form
  7. InText    <input type="text" name="var name" size="40" maxlength="80" value="default value">        Text input control
  8. InPasswd    <input type="password" name="var name" size="40" maxlength="80" value="default value">        Keystrokes are rendered as "*"
  9. InCheck    <input type="checkbox" name="var name" value="default value">        For selecting more than one of a set
  10. InRadio    <input type="radio" name="var name" value="default value">        When put in sets, only one stays pressed
  11. InHidden    <input type="hidden" name="var name" value="default value">        Used to pass information to the CGI script
  12. InSelect    <select name="variable name">\p<option>|\p<option>\p<option>\p<option>\p</select>\p        Used for long lists of choices
  13. TextArea    <textarea name="variable name" rows="3" cols="40">|</textarea>        Large Block
  14. InSubmit    <input type="submit" value="default value">        Submits form
  15. InReset    <input type="reset" value="default value">        Resets Form
  16.