Date:  08/07/2002 08:00:58 AM Msg ID:  000804
From:  Jeff Grippe Thread:  000804
Subject:  scr= problem with javascript
I don't know if this is a side effect of working with FoxWeb or just my own ignorance about how to do this correctly but...
 
I can't seem to use SRC="whatever.js" to put my javascript code into a separate source file. If I put the functions into the .fwx itself then they function perfectly. If I move them to a file called whatever.js and then put the lines
 
<SCRIPT LANGUAGE="JavaScript" SCR="whatever.js">
</SCRIPT>
 
into my fwx file instead, I lose access to my scripts.
 
I am having similar problems with publiclly available javascript code that I can't seem to get to work because the bulk of the code is located in a .js file.
 
Is this a side effect of FoxWeb or something that I'm doing incorrectly?
 
Thanks