home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 August / netCD48.iso / mac / net / Feature / Feature1 / arach / data.z / Forms.tbd < prev    next >
Text File  |  1998-03-10  |  1KB  |  16 lines

  1. Product Name    Version        
  2. Arachnophilia    3.5        
  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">\r\n\r\n|\r\n\r\n</FORM>    Creates new form    Creates new form
  7. InText    <INPUT TYPE="text" NAME="var name" SIZE="40" MAXLENGTH="80" VALUE="default value">    Text input control    Text input control
  8. InPasswd    <INPUT TYPE="password" NAME="var name" SIZE="40" MAXLENGTH="80" VALUE="default value">    Password input control    Keystrokes are rendered as "*"
  9. InCheck    <INPUT TYPE="checkbox" NAME="var name" VALUE="default value">    Checkbox control    For selecting more than one of a set
  10. InRadio    <INPUT TYPE="radio" NAME="var name" VALUE="default value">    Radio Control    When put in sets, only one stays pressed
  11. InHidden    <INPUT TYPE="hidden" NAME="var name" VALUE="default value">    Hidden Control    Used to pass information to the CGI script
  12. InSelect    <SELECT NAME="variable name">\r\n<OPTION>|\r\n<OPTION>\r\n<OPTION>\r\n<OPTION>\r\n</SELECT>\r\n    Drop-down list    Used for long lists of choices
  13. TextArea    <TEXTAREA NAME="variable name" ROWS="3" COLS="40">|</TEXTAREA>    Large Block    Large Block
  14. InSubmit    <INPUT TYPE="submit" VALUE="default value">    Submits form    Submits form
  15. InReset    <INPUT TYPE="Reset" VALUE="default value">    Resets Form    Resets Form
  16.