PDA

View Full Version : Window


_SKiLLz_
05-22-2004, 06:32 AM
Hey

I wasnt sure where to come for this but...

Ive never needed to do this before, I do now, how do I make a link that will open a new window, and the window is set to a specific size and cannot be changed at all? Im guessing its possible.

Please help

Thanks

coothead
05-22-2004, 07:04 AM
Hi there _SKiLLz_,

Try this, just change the properties that
you do not require to 'no'....

<a href="#"onclick="window.open('http://www.google.com/','google',
'width=324,height=200,top=200,left=200,toolbar=yes,scrollbars=yes,
status=yes,menubar=yes,location=yes,resizable=no');return false">google.com</a>

_SKiLLz_
05-22-2004, 07:17 AM
thanks.. ive tried that but im useless

heres the link where the link is located that i want to have a specified window size..

www.komputersdirect.co.uk/rsbhelp/blank.php

could u take a look, cus im unsure of what im doing. thanks.

agent002
05-23-2004, 08:34 AM
Hi,
I see you have a function called seesam() - then just edit its window properties to your needs, and use this link to open a popup window...
<a href="http://www.google.com/" target="_blank" onclick="seesam(this.href); return false;">Google</a>