Jan 30, 2002 #1 guava65 Programmer Jul 20, 2001 238 US Is there a way to specify the size of a new window from a hyperlink or hover button? If not, anyone have some simple code I can input? Thanks in advance, cg Mahalo, cg
Is there a way to specify the size of a new window from a hyperlink or hover button? If not, anyone have some simple code I can input? Thanks in advance, cg Mahalo, cg
Jan 30, 2002 3 #2 MNClimber Programmer Nov 26, 2001 39 US You have to run a script from the link. The script to do this is: window.open('page.htm',newwindow,'height=100,width=200') Of course changing the values to whatever you choose. HTH mike Upvote 0 Downvote
You have to run a script from the link. The script to do this is: window.open('page.htm',newwindow,'height=100,width=200') Of course changing the values to whatever you choose. HTH mike