Thats helpful, thanks RT - but I'm skint at the mo...what I have so far is:-
this takes me to the HTML page "minefieldmap.html". In the code for "minefield.html" there is a tag called "body"
It would look like this:
<body onload = "newPop('bolo2pop.htm','window1')">
you would need another JavaScript in the <head> area of the pam page (minefieldmap.html in this example)
<SCRIPT LANGUAGE="JavaScript">
<!--
var newWin=null
var i=0
function newPop(file,window1) {
msgWindow=open(file,window1,'toolbar=no,status=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no,width=450,height=318,left=40,top=40');
}
//-->
</SCRIPT>
But this is opening in a full size window, prompting for script/directx permissions to run, then opening the popup...so Im a bit stumped now
Wurzel