our middle tier needs to do something to prevent </script> from appearing verbatim in javascript string. for example, in all browsers, the HTML parser in its first pass will ignore the ...
I'm passing some data through Json to a Webservice.
My problem is that i'm passing html (from a tinyMCE input), so the var has content using quotes and that's giving me problems.
I'm ...