meta refresh - opening to set window size

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default meta refresh - opening to set window size


    hello all, hoping someone can assist with this seemingly simple task.

    i'm doing a typical index.html 0 second refresh to home.html using:

    <meta http-equiv="Refresh" content="0;URL=pages/home.html" />


    what i need to do is set the browser window size for home.html to load into. (we're losing a flash scroll bar off the right margin when the window opens to the default ON A PC. Mac side is fine. of course.)

    someone have a simple cross-platform/browser solution?

    please, thanks, michael





    Referring URLs
    [url]http://unionrestaurant.com/pages/home.html[/url]




    mikebikel webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. How do i refresh a datagrid from a popup window without re opening the page...
      Hi, does any one know how to refresh a datagrid on one page from another page without having to load the whole page again Let me explain Ive...
    2. Default opening window size
      Every time Acrobat opens a document, the initial window spans two screens and I have to adjust it manually. Is there a way to change the default size...
    3. Opening a new window/Stage size
      Can anyone tell me how to set up a Flash page so that it can be opened up in a new window with parameters that I can set from either a Dreamweaver...
    4. Controlling window size when opening form etc...
      Use the OnOpen() event of the form. DoCmd.Maximize All windows will be maximized, so if you want to restore them when this form closes use the...
    5. Refresh Parent window from child window causes problems
      Hi All, I have a problem with trying to refresh the parent window from child window in order to update data in the parent window. The sequence...
  3. #2

    Default Re: meta refresh - opening to set window size

    I didn't think there was a default on the PC - IE just opens to the same
    size the user left it before the last time it was closed, surely?

    Resizing the browser window is very straightfoward using JavaScript though.


    rob :: digitalburn Guest

  4. #3

    Default Re: meta refresh - opening to set window size


    yeah well, in the name of timeliness, i set an <onload="MM_openBrWindow> on the index page, rather than a meta refresh.

    but this is a less desireable solution, as it leaves the orphaned black screen from the index page behind the home window that opens.

    i was hoping for a more elegant way to size the same window by way of a redirect that would <window.resizeTo> the size i prefer, rather than the last size the user had open.

    problem is, i don't know how.

    m


    mikebikel webforumsuser@macromedia.com Guest

  5. #4

    Default Re: meta refresh - opening to set window size


    On the page that you open (ie, the final page the user will see), you can
    use an onLoad to call some Javascript to resize that window.

    mikebikel wrote:
    > yeah well, in the name of timeliness, i set an
    > <onload="MM_openBrWindow> on the index page, rather than a meta
    > refresh.
    >
    > but this is a less desireable solution, as it leaves the orphaned
    > black screen from the index page behind the home window that opens.
    >
    > i was hoping for a more elegant way to size the same window by way of
    > a redirect that would <window.resizeTo> the size i prefer, rather
    > than the last size the user had open.
    >
    > problem is, i don't know how.
    >
    > m

    rob :: digitalburn Guest

  6. #5

    Default Re: meta refresh - opening to set window size

    I must say as well that I usually close web site which resize my browser
    window before looking at them (especially if they full screen it). I find it
    offensive and annoying, as well as an indicator of lazy design practice.

    If you really, really must have the window fit your design, launch a pop-up
    (but don't have the pop-up launch automatically). Pop-ups are usually
    annoying too when full sites are launched in them, unless you've got a very
    specific purpose in mind, such as this guy - [url]http://www.vectorize.de/[/url]. he
    full screens the browser window, which is very annoying, but his pop-up is
    very cool.


    rob :: digitalburn Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139