
Manuel
Deleted
May 21, 2000, 12:58 PM
Post #1 of 2
(82 views)
|
|
question about CGI Modul
|
Can't Post
|
|
Hello! ---- use CGI qw(:standard :html3); print popup_menu({-name=>'version', -values=[A,B,C], -default=>'A'}),.... this code print this out * == instead > and < *SELECT NAME="version"* *OPTION SELECTED VALUE="A"*A *OPTION VALUE="B"*C *OPTION VALUE="C"*C */SELECT* and how I can print following out useing print popup_menu({-name=>'version',..... * == instead > and < *SELECT NAME="version"* *OPTION SELECTED*A *OPTION*B *OPTION*C */SELECT* ?? I don't want the "value in *option*"!! ???????????????? Is there a possibility to don't write the value in *option* only the *option* A,B,C ???
|