We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

kangell on 03/17/08


Tagged

script tag cdata


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

kangell


Script Tag


Published in: JavaScript 


Javascript script tag with CDATA section because I can never remember the goofy CDATA syntax.

  1. <script type="text/javascript">
  2. <![CDATA[
  3.  
  4.  
  5. ]]>
  6. </script>

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: kangell on March 17, 2008

You need to login to post a comment.