Activating Your JavaScript Within A Page
CSGNetwork FREE Source Code, Javascript Source, and Code Snippets!
CSGNetwork Custom Search
     Bookmark and Share
 
CSGNetwork
Snippets
Calculators
Top Free Apps
Home
Back



Right click this window and select "view source" in order to copy the source for this script.

Calling your script...

The syntax supported by JavaScript enabled browsers through JavaScript version 1.5 is:

<script language="JavaScript"/></script>
or
<script type="text/javascript"/></script>
or both
<script language="JavaScript" type="text/javascript"/></script>
<script type="text/javascript1.1"/></script>
<script type="text/javascript1.2"/></script>
<script type="text/javascript1.3"/></script>
<script type="text/javascript1.4"/></script>
<script type="text/javascript1.5"/></script>
Version 1.6 suggests:
<script type="text/javascript; e4x=1"/></script>
Version 1.7 suggests:
<script type="application/javascript;version=1.7"/></script>
Version 1.8 suggests:
<script type="application/javascript;version=1.8"/></script>



Activating Your JavaScript Within A Page

There is no screen display for this informational page. These are the various methods of activation JavaScript by version, as of 2009. Just cut and paste...



Bookmark and Share
Registered® Trademark™ and CopyrightŠ 1973 - CSG, Computer Support Group, Inc. and CSGNetwork.Com All Rights Reserved