home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 April
/
PCWorld_1999-04_cd.bin
/
Software
/
TemaCD
/
Arachno
/
data.z
/
Forms.tbd
< prev
next >
Wrap
Text File
|
1998-10-15
|
1KB
|
16 lines
Product Name Version
Arachnophilia 3.9
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">\p\p|\p\p</FORM> Creates new form Creates new form
InText <INPUT TYPE="text" NAME="var name" SIZE="40" MAXLENGTH="80" VALUE="default value"> Text input control Text input control
InPasswd <INPUT TYPE="password" NAME="var name" SIZE="40" MAXLENGTH="80" VALUE="default value"> Password input control Keystrokes are rendered as "*"
InCheck <INPUT TYPE="checkbox" NAME="var name" VALUE="default value"> Checkbox control For selecting more than one of a set
InRadio <INPUT TYPE="radio" NAME="var name" VALUE="default value"> Radio Control When put in sets, only one stays pressed
InHidden <INPUT TYPE="hidden" NAME="var name" VALUE="default value"> Hidden Control Used to pass information to the CGI script
InSelect <SELECT NAME="variable name">\p<OPTION>|\p<OPTION>\p<OPTION>\p<OPTION>\p</SELECT>\p Drop-down list Used for long lists of choices
TextArea <TEXTAREA NAME="variable name" ROWS="3" COLS="40">|</TEXTAREA> Large Block Large Block
InSubmit <INPUT TYPE="submit" VALUE="default value"> Submits form Submits form
InReset <INPUT TYPE="Reset" VALUE="default value"> Resets Form Resets Form