Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

How to use a link as a label in HTML::Widget?

by water (Deacon)
on Jul 17, 2006 at 03:40 UTC ( [id://561646]=perlquestion: print w/replies, xml ) Need Help??

water has asked for the wisdom of the Perl Monks concerning the following question:

HTML::Widget html-escapes the field label.

For example, the following code doesn't produce a link to Yahoo, but rather explicit visible GT and LT tags:

$e->label("<a href=\"http://www.yahoo.com\">$col</a>");
How can one turn this behavior off, so as to get field names which are indeed links?

Thanks!

water

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
    I'm not a specialist of HTML::Widget, but perhaps you could try to put the label inside the link, rather than putting the link inside the label?

    There is a HTML::Widget mailinglist. If you cannot find the answer in our Monastery, you can try there.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://561646]
Approved by sgifford
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-26 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found