May 23, 2006

However, since we have a mix of JavaScript, HTML, single quotes, and double quotes, escaping characters for eval can be tricky. Here are two guidelines: In strings, single quotes must be escaped by two backslashes and by one semicolon (e.g.: myString = \\'value\\'\;). ................
................