The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl Tips and Tricks >> Unsorted >> IE Manipulation https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1106324364 Message started by Dieter Werner on 01/21/05 at 17:19:24 |
Title: IE Manipulation Post by Dieter Werner on 01/21/05 at 17:19:24 To adjust the IE-window size, simply put the following code into the address line. javascript:window.resizeTo(1024,768) or javascript:window.resizeTo(800,600) and so on ... ------------------------------------------------------ To adjust the IE to definite screen coordinates, simply put the following code into the address line: javascript:window.moveTo(0,0) or javascript:window.moveTo(100,0) and so on ... |
The eAuction Support Forums » Powered by YaBB 2.2! YaBB © 2000-2007. All Rights Reserved. |