That's a great tip. But I don't want it fullscreen unfortunately :-(
Lee.
Main Topics
Browse All TopicsHi friends,
I would like to force internet explorer 6 to open in a certain position on my desktop and at a certain size.
When I have several instances of IE open, I know that if I always ensure that the last window I close is in the position and size I want, then it will open there when I lauch IE again.
But sometimes, I can occasionally close a strangely sized pop-up window last for instance, and the size and position on relaunch of IE is lost.
Thanks :-)
Lee.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
moveBy(x,y) Move the window by x,y pixels to the right and bottom
moveTo(x,y) Move the upper left corner of the window to coordinates x,y
resizeBy(x,y) Resize the window by moving the lower right corner by x,y pixels.
Note that if you want to resize the entire window from a frame, you need to do parent.window.resizeBy
resizeTo(x,y) Resize the window to x by y pixels. Upper left corner stays where it is.
Note that if you want to resize the entire window from a frame, you need to do parent.window.resizeTo
Browser difference: Explorer and Netscape 6 takes x and y as the dimensions of the entire page, while Netscape 4 sees them as the dimensions of the inner window (without toolbars, location bars etc.). The example script below works around this browser incompatibility by subtracting the width and height of the toolbars and stuff (outerHeight - innerHeight) from the desired width and height.
scroll(x,y) Scroll the page to position x,y.
Note that this method is deprecated, you're supposed to use scrollTo. It also works in Netscape 3.
scrollBy(x,y) Scroll the page by x pixels to the left and y pixels down.
scrollTo(x,y) Scroll the page to position x,y.
those are some descriptions on how you can mess with the size of the window, and position the window on the screen. You would use moveTo function to move the position of the window, and then use resizeTo to make the window whatever size you want.
Now, in order to have this always happen...you'd need to make sure you set your default home page to an html file that has the positioning javascript in it...so it runs every time...
Business Accounts
Answer for Membership
by: war1Posted on 2007-04-25 at 12:21:01ID: 18976444
Greetings LeeGolding !
ternet Explorer\Main\FullScreen REG_SZ to "yes".
p2002/ieti ps.htm
Internet Explorer will remember and open in the last size it closed. You can modify the registry to open browser window full size.
Modify the registry key HKCU\Software\Microsoft\In
Opening Internet Explorer Full Size
http://www.mvps.org/winhel
Best wishes, war1