PDA

View Full Version : Defining Window Size



Lapras
February 15th, 2003, 16:19
On my webpage I am working on a link that makes a window that pops up and provides the symbols for the various pokemon tcg expansions. I am using the code.

<a href="javascript:window.open('symbolkey.html','LLV7','resizable=no ,location=no,scrollbars,toolbar');">View Expansion Key.</a>

Can anyone tell me what I would have to change if I wanted this to make the window a certain size?

keith
February 15th, 2003, 17:35
<a href="javascript:window.open('symbolkey. html','LLV7','width=640,height=480,resizable=no,location=no, scrollbars,toolbar');
">View Expansion Key.</a>