Maximizing window when clicking on a web link

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Internet explorer7 Clicking on a web link always open new window in a small
size. I tried maximizing it by dragging the sides and closing either with
CNTRL-X or by opening file and closing the tab. No dice! It reverts to small
size window.
Any suggestions?
melrose
 
melrose said:
Internet explorer7 Clicking on a web link always open new window in a
small
size. I tried maximizing it by dragging the sides and closing either with
CNTRL-X or by opening file and closing the tab. No dice! It reverts to
small
size window.
Any suggestions?
melrose

Open your full size window. Then right click on a link and open in a new
window. Close the first window and in the address bar of the small window
type in,

javascript:moveTo(0,0);resizeTo(1024,768)

Change the (1024,768) to whatever resolution you are using on your monitor.
Click enter. The window should open to that size. Then while holding down
the Ctrl key close the window using the X. All windows should now open to
that size.

Or you could use a program like autosizer,
http://www.southbaypc.com/AutoSizer/
 
Back
Top