dadamssg Posted May 30, 2009 Share Posted May 30, 2009 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! Link to comment https://forums.phpfreaks.com/topic/160228-help-with-opening-a-new-window-thats-a-certain-size/ Share on other sites More sharing options...
Ken2k7 Posted May 30, 2009 Share Posted May 30, 2009 Introducing Google. Let me Google that for you. Link to comment https://forums.phpfreaks.com/topic/160228-help-with-opening-a-new-window-thats-a-certain-size/#findComment-845464 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.