Click to See Complete Forum and Search --> : [RESOLVED] how to have the page take up whole page.


bigbavarian
04-03-2008, 02:24 PM
Hello everyone. I work for a very large company that has an intranet tool that allows people to create pages and post the information to the intranet. Unfortunately it is a little clunky here and there.

One thing that really bothers me is that there is a frame used for a header that will not go away. I know how to pace a link on the page that will open a new page in the whole parent window and essentually take over the whole browser window but not load and take over the page from the start. I tried to inclide something like this

<meta HTTP-EQUIV="REFRESH" content="0; url= http://www.yahoo.com>

The window loads with yahoo but in the bottom frame.

Does anyone know if there is a way that I can place some code in the the beginning of the doc that will make the page take over the whole page when it initially loads?

Thanks,

Stephen

ray326
04-04-2008, 09:59 PM
http://www.webreference.com/js/column36/escaping.html

bigbavarian
04-09-2008, 03:54 PM
Thanks, I will give it a try.

bigbavarian
04-09-2008, 04:02 PM
It works. Thank you so much.