sorry for asking such a silly/basic question, Ive searched for the answer at various sites for an half hour now.
I want to resize the window. I came up with this:
<SCRIPT>
window.resizeTo(960,650);
</SCRIPT>
problem is though, I want it to resize from where the red arrow is in this picture:
http://img149.images..7/frustration5ij.jpg
as opposed of the black one. Since people have different sized toolbars Ill end up with the browser window to small for some people and to big for other people.
another sulution would be to remove the scrollers/toolbars/etc. I attempted this myself with some javascript and it got way to0 complicated and confusing so I gave up.
I dont care if I get directed to a tut or if someone just post this script. I just want it done as soon as possible. Thanks for your time!