Including JS within JS.
Hello all! I return to you again for help. This one should be easier:
My question is, how do I insert js files from with js code? I know you can import using the script tag
{SCRIPT SRC="index-flash.js"}{/script} from the HTML code. But how do you do it with-in a javascript code? You can't use document.write or otherwise you get some really nasty results. Thanks for the help!