Inserting Source JavaScript Files : JavaScript in HTML : Development : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  Development   » [  JavaScript in HTML  ]   
 



Inserting Source JavaScript Files

Please note that some example is only working under IE or Firefox.


/*
Mastering JavaScript, Premium Edition
by James Jaworski 

ISBN:078212819X
Publisher Sybex CopyRight 2001
*/
<html>
<head>
<title>Using the SRC attribute of the script tag.</title>
</head>
<body>
<script language="JavaScript" SRC="src.js">
</script>
</body>
</html>

           
       
Related examples in the same category
1.  HTML comment that hides the script.
2.  JavaScript Embedded in an HTML File
3.  Using HTML Comments to Hide JavaScript Code
4.  Embedding JavaScript in HTML
5.  Using the Head for Definitions
6.  A Basic JavaScript Starter Document
7.  JavaScript Template File
8.  Embedding a JavaScript Function
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.