Hi Barry,

I have been looking for you, but the only options I could find in "Perl in a Nutshell"
is the following :

Form Generation  
start_html      Generates an <HTML> tag. 
end_html        Generates an </HTML> tag. 
autoEscape      Sets whether to use automatic escaping. 
isindex         Generates an <ISINDEX> tag. 
startform       Generates a <FORM> tag. 
start_multipart_form    Generates a <FORM> tag for multipart/ form-data encoding. 
textfield       Generates an <INPUT TYPE=TEXT> tag. 
textarea        Generates an <TEXTAREA> tag. 
password_field  Generates an <INPUT TYPE=PASSWORD> tag. 
filefield       Generates an <INPUT TYPE=FILE> tag. 
popup_menu      Generates a popup menu via <SELECT SIZE=1> and <OPTION> tags. 
scrolling_list  Generates a scrolling list via <SELECT> and <OPTION> tags. 
checkbox_group  Generates a group of checkboxes via multiple <INPUT TYPE=CHECKBOX> 
tags. 
checkbox        Generates a single checkbox via a <INPUT TYPE=CHECKBOX> tag. 
radio_group     Generates a group of radio buttons via <INPUT TYPE=RADIO> tags. 
submit          Generates a <SUBMIT> tag. 
reset           Generates a <RESET> tag. 
defaults        Generates a <DEFAULTS> tag. 
hidden          Generates an <INPUT TYPE=HIDDEN> tag. 
image_button    Generates a clickable image button via a <SELECT> tag. 
button          Generates a JavaScript button. 

Regs David
------------------
> 
> Does anybody know of a module to manage generating HTML tables?  Is
> there anything in CGI.pm?  Does anyone have any tips to generating
> semi-complex tables?
> 
> Barry Jones
> DATABUILT, Inc. The Global AEC Information Company
> 1476 Fording Island Rd. Bluffton, SC 29910
> (843) 836-2166 office
> 
> "Life is like a dogsled team;
> if you ain't the lead dog, the scenery never changes."
> - Lewis Grizzard
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to