water has asked for the wisdom of the Perl Monks concerning the following question:
For example, the following code doesn't produce a link to Yahoo, but rather explicit visible GT and LT tags:
How can one turn this behavior off, so as to get field names which are indeed links?$e->label("<a href=\"http://www.yahoo.com\">$col</a>");
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to use a link as a label in HTML::Widget?
by CountZero (Bishop) on Jul 17, 2006 at 05:59 UTC |