in reply to Re: CGI, Javascript and Single Quotes
in thread CGI, Javascript and Single Quotes

I tried this. The only difference is that instead of prints I used  result .= $test_button;

I still get the incorrect results.

Replies are listed 'Best First'.
Re^3: CGI, Javascript and Single Quotes
by ptum (Priest) on Nov 15, 2006 at 18:58 UTC

    It seems likely to me that there is some simple problem that you (and we) are overlooking. Please post a concise (yet complete) example of your code and clearly identify the result that you are seeing (and what you want to happen).

    If this problem strays very far into Javascript issues, you may be better off getting help elsewhere, although many monks do know quite a bit about Javascript. While we're on that topic, what browser (version) are you using to run your code, and on what platform?