rahji.com

Main menu:

Site search

Categories

My Other Sites

People

Places

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.

Write a comment