Splash message whilst main page loads

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Splash message whilst main page loads

    I'm after a script that writes a message on the screen and then disappears
    when the page has loaded.

    ie: please hang on - page loading etc etc to keep the punter amused #8-)

    Can anyone point me in the direction of a good script for this??

    TIA

    Grant


    Grant Berkeley Guest

  2. Similar Questions and Discussions

    1. Page loads slow
      Take a look at this site I'm working on. http://www.viswiz.biz/simacor/simacor.html Does anyone else watch the background images loading in...
    2. Editing any page for review loads home page
      :confused; One workstation somehow always jumps to the home page of our intranet whenever ANY page sent for review is attempted 2 b opened for...
    3. slightly OT: client doesn't like splash page
      This site was supposed to go live today, until the CEO decided that he liked everything but the graphic on the splash page which of course I thought...
    4. playing a movie whilst another movie loads
      hi guys, i was just wondering how i would go about making something. im wanting to have a banner add right, made with flash mx, and im wanting...
    5. Help, page loads twice
      I need help! A page I'm working on builds an HTML string based on a bunch of data in different tables and databases. Then it does a response.write...
  3. #2

    Default Re: Splash message whilst main page loads

    Grant Berkeley wrote:
    > I'm after a script that writes a message on the screen and then disappears
    > when the page has loaded.
    >
    > ie: please hang on - page loading etc etc to keep the punter amused #8-)
    Unless you want animated text (which will take download time, etc...),
    you can do that the easy way:
    Put a layer on top of everything on the page, give it a nice background
    color, add the text in it.
    Select the body tag, add behavior "Show/hide layer" and make the layer
    "hide" and to be executed "onLoad". You can also use the extension
    called "Layout designer 2" from [url]www.projectseven.com[/url] to center the layer.

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* 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