fixed browser window size?
fixed browser window size?
Out of context: Reply #1
- Started
- Last post
- 1 Response
- heavyt0
use this:
[script language="javascript" type="text/javascript"]
window.resizeTo(800,600);
[/script]it is a little thing called the DOM.
TR1