Re: Pop up window problem with dynamic textboxes and query string
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: Pop up window problem with dynamic textboxes and query string

From: Thomas 'PointedEars' Lahn <PointedEars@web.de>
Date: Mon Jan 30 2006 - 15:26:02 CET

Thomas 'PointedEars' Lahn wrote:

> Kapil Jain wrote:
>> [...] </td></tr></table></td></tr></table>";
>>
>> </script>
>
> The `script' element's content is CDATA (Character DATA) in HTML. You
> have to escape all EndTAGOpen delimiters (ETAGO: "</"). The markup parser
> is likely to consider the element's content prematurely otherwise
                                             ^^^^^^^^^^^^
_to end_ prematurely

> which will result in incomplete and therefore syntactically incorrect
> script code for the script engine. [...]

PointedEars
Received on Tue Feb 7 21:27:23 2006