next up previous
Next: Variables Up: JavaScript and the HTML Previous: Sharing A JavaScript Amongst

Including a JavaScript file

<html>
<head>
   <title>A Sample JavaScript</title>
   <script language=javascript src="sample.js">
   </script>
</head>
<body>
    ...
</body>
</html>



Dave Marshall
9/28/2001