Re: Maximizing Resolution

Tech-Archive recommends: Fix windows errors by optimizing your registry



Mac users (along with me and many others) will hate you for this.

I don't want you to mess with my browser. You change it when I come to your
site, and you don't change it back when I leave. Besides, wouldn't it be
more professionaly to make the site adapt to the visitor than to force the
visitor to adapt to the site?

--
Murray
============

"NomisJM" <NomisJM@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:46A04363-CB08-47C7-8A79-5402101BC55A@xxxxxxxxxxxxxxxx
> Try this as an easy solution.
>
> Add the line below into the body tag.
>
> onload="maximizeWin()"
>
> then add this into the head content.
>
> <script language = "javascript">
> // Miximise the window
> function maximizeWin() {
> if (window.screen) {
> var aw = screen.availWidth;
> var ah = screen.availHeight;
> window.moveTo(0, 0);
> window.resizeTo(aw, ah);
> }
> }
> </script>
>
>
> "Bruise" wrote:
>
>> Is there a code I can use to make my webpage maximize itself regardless
>> of
>> the viewers set screen resolution?
>>
>> Example: I designed the site with 800x600 resolution, but now I find out
>> that most of my visitors use 1024 x 768 resolution. I want the page to
>> be
>> full screen for all visitors.
>>
>> Can anyone help me with this? I would truly appreciate it.
>>
>> Mark
>>
>>
>>


.



Relevant Pages

  • Re: Optimise screen size with CSS
    ... > I understand that there are several ways to effectively control the ... "Effective control", in a web context, is in the hands of the reader; ... > rewrite as a long term solution to browser resolution compatibility. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: Defining the resolution of a site
    ... So the design is no longer the same.. ... > Same thing if I work on a 800*600 resolution, the page is too ugly to ... > I don't want to work with frames. ... See the "Viewable With Any Browser Campaign" at ...
    (comp.infosystems.www.authoring.html)
  • Re: Resizing banner to fit viewers browser resolution - how??
    ... If you resize your ... window into having a monster scrollbar. ... resolution really has nothing to do with anything other than the ... maximum width of your browser window. ...
    (microsoft.public.frontpage.client)
  • Re: Tables and screen resolution
    ... 800 X 600 screen resolution, it will take up the entire browser window ... the center leaving extra space in the background. ... Avoid what exactly? ... screen size only really matters if the browser is fullscreen. ...
    (alt.html)
  • Re: What resolution do I create my page around?
    ... > The FrontPage design mode is not a browser, and Preview is not a full ... > browser - it will be different to what you see in other browsers. ... > many users with high resolution monitors open their browsers in a small ... >> hyperlink on the left, ...
    (microsoft.public.frontpage.programming)