in reply to Re: How to use CGI.pm to label a checkbox
in thread How to use CGI.pm to label a checkbox
Thank you. It seems that CGI.pm always puts the label tag around input elements. This is a problem for my jQuery stuff. Regarding the template, I have thousands of lines in our application using CGI.pm with very complex processing before producing the HTML. I don't want to switch to a templating system because I should work a lot to replicate (?) the same flexibility. I can obviously fix this by just printing the HTML code instead of using CGI.pm in that specific step, but this is a pity.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to use CGI.pm to label a checkbox
by GrandFather (Saint) on Oct 12, 2011 at 10:27 UTC | |
|
Re^3: How to use CGI.pm to label a checkbox
by Your Mother (Archbishop) on Oct 12, 2011 at 13:54 UTC |