This is one I use:
<script LANGUAGE="JavaScript">
<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
// End -->
</script>
HTH, Gill
Hiya Guys What do I need to add to get this new small window to open in the centre of the screen?
To see it in action - it's the events calendar at the top of the page: http://www.ingentus.com/clients/coh/index.htm At the moment it is opening top left which is ok on an 800 x 600 but it's too far out on 1024. I think it's posx & posy but I don't know how to put them.
So far this is what I have (DW created): The function - }
function openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
The Button script: <img src="images/calendar.gif" width="196" height="38" border="0" onClick="openBrWindow('calendar/2003_09.htm','july','width=178,height=114')" >
TIA jac.
Jaclyn Ward ingentus.com
-------------- T: 00 353 (0)21 4323 907 F: 00 353 (0)21 4323 907 M: 00 353 (0)87 6160 580 E: [EMAIL PROTECTED] W: www.ingentus.com
43 Capwell Avenue, Turners Cross, Cork City, Ireland.
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%%
_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
