Html javascript popup window code

hi,

My flash site is nearly complete :slight_smile: One thing though, its been a while and I cant seem to find any script that works.

I’d like the obligatory ‘click here to launch site’ button and the flash movie to open in the middle of the page with no borders, status bar or stuff like that.

All the script I’ve found doesn’t seem to want to work.

thanks.

this is what I have:


<SCRIPT LANGUAGE="JavaScript">
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=760,height=504,left = 260,top = 228');");
}
// End -->
</script>

but I still get the toolbars etc even if the toolbar=0 is changed to toolbar=no

and this is my image code:


<A HREF="javascript:popUp('main.swf')"><img src="msplogo.gif" width="106" height="57" border="0"></a

URL: http://www.charliealpha.co.uk/sites/msp/test/index.htm

hmmm… try use chromeless window… but this have some problems with some browsers and service pack 1 of IE. Any way if you want see, there are an example in kirupa tuts.

hasta!

doesnt seem to work, it launches full screen :frowning:

www.chromeless.org

they have a fix for that.

I’m getting a funny feeling IE6 has been patched so this can’t work anymore.

Thats what I’m reading anyway :frowning:

Check my attachment, it is a centered pop-up window script I did a while ago.

And chromeless windows suck. The fix does work on newer browser, but that doesn’t change how annoying those windows are.

Here is the code I have always used: