home *** CD-ROM | disk | FTP | other *** search
- Product Name Version
- Arachnophilia 1.0
- Short (MetaBar) Name Long (ToolBar/Menu) Name ToolTip Status Line
- Forms Forms Automating Methods Automating Methods
- Button Name Command ToolTip Status Line
- NewForm <FORM Action="http://YourCGIScript" method="post">\n\n|\n\n</FORM> Creates new form Creates new form
- InText <INPUT Type="text" Name="var name" Size="40" Maxlength="80" Value="default value">|</INPUT> Text input control Text input control
- InPasswd <INPUT Type="password" Name="var name" Size="40" Maxlength="80" Value="default value">|</INPUT> Password input control Keystrokes are rendered as "*"
- InCheck <INPUT Type="checkbox" Name="var name" Value="default value">|</INPUT> Checkbox control For selecting more than one of a set
- InRadio <INPUT Type="radio" Name="var name" Value="default value">|</INPUT> Radio Control When put in sets, only one stays pressed
- InHidden <INPUT Type="hidden" Name="var name" Value="default value">|</INPUT> Hidden Control Used to pass information to the CGI script
- InSelect <SELECT Name="variable name">\n<Option>|\n<Option>\n<Option>\n<Option>\n</SELECT>\n Drop-down list Used for long lists of choices
- TextArea <TEXTAREA Name="variable name" Rows="3" Columns="40">|</TEXTAREA> Large Block Large Block
- InSubmit <INPUT Type="submit" Value="default value">|</INPUT> Submits form Submits form
- InReset <INPUT Type="Reset" Value="default value">|</INPUT> Resets Form Resets Form
-