Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Specify size of new window 3

Status
Not open for further replies.

guava65

Programmer
Jul 20, 2001
238
0
0
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
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top