A quick tutorial on how to add javascript include files to your html file.
<html>
<head>
<script type="text/javascript" src="./scripts/jsFunctions.js"></script>
</head>
<body>
</body>
</html>
Remember to add to WITHIN your <head> tags.
|
||||||
javascript include html fileYou must be logged in to post a comment. |
||||||
|
Copyright © 2010 Blog.TutorialRef.com - All Rights Reserved |
||||||