Jump to content

help with opening a new window thats a certain size


dadamssg

Recommended Posts

all im trying to do is make a link open a new window that is like 500px by 500px or something close.

 

heres my javascript function now

function open_win() 
{
window.open("http://www.mysite.com/beta/disclaimer.php");
}

 

and then this is the html

 

<a href='disclaimer.php' onClick="open_win()">disclaimer</a>

 

im not sure if i need to take the a href='disclaimer.php' part out and i don't know how to set the height and width of the window...help would be MUCH appreciated. thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.