In Code view, or the code pane in Split view add the tag:
<script type="text/javascript" src="pathto/script.js"></script>
where pathto is the path to the script - this may be relative from the page.
script.js is the name of the file containing then script.
If the script is in the same folder as the page, the tag becomes:
<script type="text/javascript" src="script.js"></script>
The tag may be placed anywhere in the page in code view, the location
depends on what the script does and may be in the <head> section or
somewhere in the <body> of the page..
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp
Reply only to group - emails will be deleted unread.