Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Blank Page whilst new page loads

Status
Not open for further replies.

Steve101

Programmer
Mar 29, 2002
1,473
AU
Hi,

When I load a new page on my web site, the contents of the existing page are removed (i.e. a blank screen is displayed) whilst the new page is 'fetched' and loaded. This can mean that the user ends up starting at a blank page) until the new page is rendered.

Is there a way in IIS/DotNet2/IE7, where the contents of the existing page can be retained whilst the new page is being retrieved, so that the user is not faced with a blank screen during this period.

TIA,



Steve Lewy
Solutions Developer
SimplyData
simplydata.com.au
(dont cut corners or you'll go round in circles)
 
Yes, there are multiple methods of doing this (well, sort of as it won't "retain" the original page but you can display a "loading" message). Some of the ones I can think of are:

1) Display an animated graphic on an intermediate page and then redirect the user to the real page (this should show the graphic until something is returned from the next page)
2) Use CSS to display a message on the page and then hide it with javascript once the page loads


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top