PDA

View Full Version : hidden input and quotes


Lionel
15 Feb 2007, 01:37
Hi,

How do we deal with hidden input and single quotes, double quotes?



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



does not seem to work

SirAdrian
15 Feb 2007, 06:31
You are missing the backslash before your first double quote. I assume the whole thing is being parsed in double quotes?

Lionel
15 Feb 2007, 06:33
Thanks. I handled it differently as I had apostrophes in there too.