How do output a line or multiple lines to the textarea box? Here is the form code.
Thank Youuse CGI qw(:standard); print header; print start_html(-title=>"Spellchecker", -BGCOLOR=>"black"); print hr; print start_form; print p(submit("Check Spelling"), textfield("hold")); print textarea(-name=>'foo', -rows=>10, -columns=>36); print end_form;
Edit kudra, 2002-05-03 Added P and CODE tags
In reply to textarea output by chet
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |