views:

5709

answers:

7

In Firefox you can enter the following into the awesome bar and hit enter:

javascript:self.resizeTo(1024,768);

How do you do the same thing in IE?

+2  A: 

Try:

javascript:resizeTo(1024,768);

This works in IE7 at least.

Ross
Tried this in IE8b2, no workie :-(
Omar Shahine
A: 

It works in IE6, but I think IE7 added some security around this?

scunliffe
+4  A: 
huseyint
+2  A: 

Your code works in IE, you just need to "Allow blocked Content" in the Security Toolbar

http://i38.tinypic.com/20uahkl.jpg

roman m
+5  A: 
Tolle
A: 

if you have hoekey

~_E=Move||||1024|768

+1  A: 

You can just use resizeMyBrowser http://resizeMyBrowser.com

Sam