Browser window hight and width

Hi there,
anybody knows how to control the hight and width of the browser window opened using get URL?

Thanks a lot

Sawy:hangover:

and Voila

getURL(javascript:self.resizeTo(233, 343););

The 233 is the width
The 343 is the height

You can change the numbers accordingly.

Thanks a lt, but still no comprendo. I’m a beginner.