You should be able to turn off the feature known as autoEscape as per the module CGI prior to creating your popup, and then turn it back on afterwards, so it would look something like this:
Hope that helped,$query->autoEscape(0); # turn it off $query->popup_menu("fooname",\%db_return_hash,"default"); $query->autoEscape(1); # turn it back on
In reply to Re: (un)escaping html with cgi.pm
by Velaki
in thread (un)escaping html with cgi.pm
by kb2yht
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |