Okay i’ve made a pop-up from the tutorial on this site. Which works fine.
The only thing I’'ve noticed is its not fitting propperly… You see it on the preloader page on the top and on the left a white gap… What i want to do is move the site so it fills the whole page better.
The javescript coding i’m using is:
<script language=“JavaScript”>
function Launch(page, width, height) {
OpenWin = this.open(page, “bhc”, “toolbar=no, menubar=no ,location=no, scrollbars=no, resizable=no, width=” + width + “, height=” + height + “, top=” + (screen.height/0 - height/0) + “, left=” + (screen.width/0 - width/0) + “”");
}
</script>
If that helps.
My site is BHC
It’s only the flash site thats working at the moment…
Cheers for any help guys!