Forum Moderators: open
Let's say this is the .js and below it is the script is there a way to combine them where the script is read and then the .js file is called?
<script SRC="http://www.mysite.com/1stc/myfolder/code.js"></script>
<script>
{myWin = open('', 'winin','top=10,left=10,toolbar=0,menubar=0,scrollbars=1,status=0,resizable=1,width=650,height=460');
myWin.blur();
myWin.location = 'http://www.mysite.com/window/2nd/myfolder/index.html';}
</script>