Mega Code Archive

 
Categories / JavaScript Tutorial / Language Basics
 

Reference javascript source file stored outside

< html> <head> <title>Title of Document</title> <script src="path-to-file/fileName.js"></script> </head> <body> The content of your page goes here. </body> </html>