isingsilence
09-04-2003, 11:22 PM
Alright, I'm trying to make my window a certain size, but I don't want all the junk on top. (back, home, favorites ect.)
<SCRIPT>
window.resizeTo(600,800);
</SCRIPT>
I've got this script right here but it still leave the "junk" on top. I want it to be sort of like this- www.underoath777.com (if you click on the image a window will pop up and it'll just have an x on it.) I'm an idiot, so anyone have anything for me? Thanks so much!!
<SCRIPT>
window.resizeTo(600,800);
</SCRIPT>
I've got this script right here but it still leave the "junk" on top. I want it to be sort of like this- www.underoath777.com (if you click on the image a window will pop up and it'll just have an x on it.) I'm an idiot, so anyone have anything for me? Thanks so much!!