|
|
| laziness, impatience, and hubris | |
| PerlMonks |
CGI, Javascript and Single Quotesby rashley (Scribe) |
| on Nov 15, 2006 at 10:31 UTC ( [id://584181]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.rashley has asked for the wisdom of the Perl Monks concerning the following question:
Hey monks. I have the following CGI code to create a button that calls a Javascript.
The problem is that last line. The HTML I get is onclick="return addNote('FlagNotesTable');" when what I want is onclick="return addNote('FlagNotesTable');" I've tried all of the following with no luck:
How do I get the single quotes in there? Thanks.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||