window sizing
window sizing
Out of context: Reply #1
- Started
- Last post
- 12 Responses
- heavyt0
best way to do it is to resize and refresh the window.
basically, it re-launches itself.
I just did this recently and there are ECMA scripts that make it very easy.window.moveTo(100,100);
window.resizeTo(430,500);just put that in a script tag in your pop-up and you are set.
TR1