How to resize a window?
[singlepic=176,500,375,,center]
How to re-size the window without changing the screen resolution?
Every blogger wants to check his blog’s look&feel in various sizes.
A quick way of checking is using Java script.
By simply typing the below JavaScript in the address bar you can resize the window.
javascript:window.resizeTo(1024,768)
By changing these two arguments (width and height) you can view your blog in various window sizes.
Vijay For Victory


too late… may be? jejejejejeee
but this don“t work on Google Chrome =(
anybody nows any way on to get this result in Chrome?
@Speedbit That’s a nice point. I have never tried this function in Chrome. Let me search for the proper function and update you.