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>