Boilerplate template for Javascript
Another cut-and-paste code snippet that might save you 30 seconds someday.
<!-- this is a boilerplate template for an html page that contains javascript --> <noscript> this message appears if javascript is disabled </noscript> <script type="text/javascript"> // <![CDATA[ your javascript code goes here // ]]> </script>
If this post is interesting to you, subscribe to this site.
Posted: July 30th, 2005 under internet, scripting.
Comments: none
Write a comment