I have this HTML page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="refresh" content="0; url=http://domo.dom/sleep.php">
</head>
<body>
<img src="images2/avia/search.png" />
</body>
</html>
I want browser keep showing image till first bytes from sleep.php. This code works right but I wonder about situations in which it will works bad. Do these cases exist?