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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Moving and Resizing

Status
Not open for further replies.

etjohnson81

Programmer
Jul 17, 2006
72
US
Ok, Internet Explorer won't resize with window.sizeToContents and Firefox won't move with window.moveTo(x,y) using the following code in a body onload event.

Code:
function resize_window()
{
window.sizeToContent();
window.moveto(500,500);

}

<A href="<img src=" border=0></a>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top