Roy Stav wrote: > I'm using php, and since I'm putting the contents of the page into > the textarea, the </textarea> tag appears inside the textarea after > the php is parsed. The content of a <textarea>, like any other element content[1], is subject to the escaping rules for special characters: replace "<" by <, ">" by > and so on. This applies to the *entire* content, not only the string "</textarea>"! [1] except of <script> and <style> contentReceived on Tuesday, 11 March 2003 22:27:05 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:19 GMT