Maximize page display problem

M

Merv Norton

I have a Web site created with FrontPage 2003 The site contains 13 pages.
Twelve of these pages are displayes at the Maximun screen size which is what
I want. One is NOT displayed at Maximum screens size. How can I force the
remaining pages to be displayed at Macimum screen size?



--


---------------------------------------------------------------------
"Are you still wasting your time with spam?...
There is a solution!"

Protected by GIANT Company's Spam Inspector
The most powerful anti-spam software available.
http://mail.spaminspector.com
 
S

Steve Easton

Can you post a URL??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
C

cookoonest

Put this in before </head> tag.

<SCRIPT language="javascript">
top.window.moveTo(0,0);
top.window.resizeTo(screen.availWidth,screen.availHeight);
</SCRIPT>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top