i know how to make a browser window a fixed size if it's a pop up, but how do i do it for the index page?
use this:[script language="javascript" type="text/javascript"]window.resizeTo(800,600);[/script]
it is a little thing called the DOM.TR1