sil3nt2004
Programmer
Hi guys!
Can anybody please tell me how to go by centering a popup window on the screen.
I want to be able to center the popup window no matter the screen resolution.
Here is the javascript I use to make my popup windows:
<SCRIPT LANGUAGE="JavaScript">
function open_window(url) {
mywin = window.open(url,
"Window_name",
'width=650,height=450,top=400,left=400,toolbar=0,location=0,menubar=0,scrollbars=0,resizable=0');
}
Thanks in advance...
sil3nt
Can anybody please tell me how to go by centering a popup window on the screen.
I want to be able to center the popup window no matter the screen resolution.
Here is the javascript I use to make my popup windows:
<SCRIPT LANGUAGE="JavaScript">
function open_window(url) {
mywin = window.open(url,
"Window_name",
'width=650,height=450,top=400,left=400,toolbar=0,location=0,menubar=0,scrollbars=0,resizable=0');
}
Thanks in advance...
sil3nt