Oct 14, 2004 #1 JJBean1 IS-IT--Management Sep 30, 2004 24 US Hi, I open up a new window using javascript and it shows up really small. How can I define the size of new window to open? Thanks, JJ
Hi, I open up a new window using javascript and it shows up really small. How can I define the size of new window to open? Thanks, JJ
Oct 14, 2004 Thread starter #2 JJBean1 IS-IT--Management Sep 30, 2004 24 US I figured it out. Thanks, JJ Upvote 0 Downvote
Oct 14, 2004 #3 chessbot Programmer Mar 14, 2004 1,524 US window.open("page.html","pageName","width=200, height=200"); See this link: http://www.htmlite.com/JS016.php --Chessbot "So it goes." Kurt Vonnegut, Slaughterhouse Five Upvote 0 Downvote
window.open("page.html","pageName","width=200, height=200"); See this link: http://www.htmlite.com/JS016.php --Chessbot "So it goes." Kurt Vonnegut, Slaughterhouse Five