-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Can you use the width & height attributes: > > window.open('testpop.html','winpop','width=200,height=200,dir > ectories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes, resizable=yes'); ... > leftPos = 0 > if (screen) { > leftPos = screen.width-425 > } > newWindow = window.open('week1.html', 'newWin', > 'width=325,height=300,left='+leftPos+',top=150')
Thanks SanJoseWebGuy, Seems like my problem was/is a missing comma. Not working on that issue right now but I'll test this out later. Perry Gerenday www.klugelab.com www.webinitiative.net ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] 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]
