Loading page

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 20th, 2007, 10:15
New Member
Join Date: Apr 2007
Location: Wolverhampton
Age: 24
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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>
Reply With Quote

  #2 (permalink)  
Old Apr 21st, 2007, 01:11
Reputable Member
Join Date: May 2006
Location: Northampton, UK
Posts: 399
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Loading page

not sure i get u... maybe down to the wine... but could u explain what your tryin to acheive in some more detail please mate?
Reply With Quote
Reply

Tags
gif, loading, php

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 01:54.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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