This is a discussion on "Loading page" within the PHP Forum section. This forum, and the thread "Loading page are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Loading page
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Loading page
Helllo,
I have made a loading page to be displayed before serch results. Its works ok except that in IE the gif animation stops moving when the following page starts loading. Any help much appreciated www.superyell.co.uk <head> <?php title() ?> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="styles.css" rel="stylesheet" type="text/css"> <meta http-equiv="REFRESH" content="0;url=<?php echo $_SESSION['results_link'].'&loaded=1' ?>"> </head> <body> <?php search_header(); ?> <?php ?> <div class="content"> <div style="margin-top:150px; margin-left:300px;" class="medium_bold">Loading Please wait....<br/><img src="images/loading.gif"></div> </div> </body> </html> |
|
|
![]() |
| Tags |
| gif, loading, php |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Page Loading Order | Agon | Web Page Design | 3 | Apr 25th, 2008 05:13 |
| I want to make a loading/intro page | Zonglars | Flash & Multimedia Forum | 10 | Nov 16th, 2007 14:14 |
| loading pages up with ftp and the index.html page | wemz | Starting Out | 5 | Sep 10th, 2007 21:54 |
| Loading bars before main page is displayed. | Toby1979 | Flash & Multimedia Forum | 4 | Jul 3rd, 2007 20:20 |
| Page loading problems | weeziecat | Web Page Design | 8 | Oct 5th, 2006 17:43 |