Results 1 to 3 of 3

Thread: PreLoad aspx Page

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    PreLoad aspx Page

    Is it possible to display a "Loading Please Wait" page while another ASPX page is loading in the background.

    Then when the page is done loading and it displays, then it replaces the first "Loading Please Wait..." page?

    Thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: PreLoad aspx Page

    Yes, it is possible.

    You can create a DIV of the width of the window, set its background to say, white, with your text on it. Give this DIV an id, and in the body's onload method, set the visibility of the DIV to hidden.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    Re: PreLoad aspx Page

    I haven't worked with DIV yet "onload"

    Know where I can find turtorials or code on this?

Posting Permissions

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



Click Here to Expand Forum to Full Width