OK, that's easy

use something like this:
<html>
<head>
<script language=jscript src="java\mycode.js"></script>
</head>
<body>
blah blah blah
<script language=jscript src="java\bodycode.js"></script>
</body>
</html>
the *.js files should be avaialable as text files on your web, and they contain pure java code. just java code, no html!
this works exactly as if you have put the contents of the file between the <script></script> tags.
good luck!
: : i couldnt understand what you want exactly.. could you rephrase that?
: :
:
: I have created a separate javascript file from my web page. In the web page source code I would like to call this file so that it will operate as part of the page. The idea is to try and remove a lot of the javascript in the <HEAD></HEAD> tags. This is needed for search engine optimisation. Many thanks.
:
: ITA

: