Ok then, here’s the problem:
This code is in the window that contains the flash with the button to open the ‘God An Alien’ page:
<SCRIPT LANGUAGE="JavaScript">
<!--
function MovieView(url, name, width, height) {
window.open(url, name, "width=" + width + ",height=" + height + ",directories=0,hotkeys=0,left=0,location=0,menubar=0,resizable=0,screenX=0 ,screenY=0,scrollbars=0,status=0,toolbar=0,top=0");
}
//-->
</SCRIPT>
This is the code in my button that should open the window using the GETURL in Flash:
javascript:MovieView('godanalien.html', 'God An Alien', 330, 275);
When the button is pressed a full size window opens displaying the following message in the Address Bar of Internet Explorer:
javascript:MovieView('godanalien.html',%20'God%20An%20Alien',%20330,%20275) ;
It also displays that as the title (followed by – Microsoft Internet Explorer)
Other than that it is a blank window.
So, what's wrong with that then. I even recopied and repasted it, just for you...
Thanks for your help,
-Diablo.