Thread: Loading page
View Single Post
  #1 (permalink)  
Old Apr 20th, 2007, 10:15
intermark intermark is offline
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