Hi -
I'm learning
use CGI qw/:standard/;
and in the middle of a form, I want to run some code to generate some
monotonous stuff.
start_form,
'Name: ',textfield('name','',55),br,
'Phone/Fax: ',textfield('phone','',55),br,
'Address: ',textarea('addr','',5,35,20),br,
[code to generate CGI code here]
'Date: ',textfield('date')," or ",
checkbox_group(-mkdate=>'',
-values=>['auto']),br,
submit,
end_form,
How is that done?
Also is there any way to use popup_menu without getting a line break
after it?
// George
--
GEORGE GEORGALIS, System Admin/Architect cell: 347-451-8229
Security Services, Web, Mail, mailto:george@;galis.org
File, Print, DB and DNS Servers. http://www.galis.org/george
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]