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! Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.