Endless reload loop on apple pages?

Forrest Corbett fcorbett at comcast.net
Tue Jan 10 18:57:25 PST 2006


On Jan 10, 2006, at 6:35 PM, Kei Ishii wrote:

> When watching the new apple stuff with OmniWeb (latest beta version),
> the pages go ino an endless reload loop. As soon as the page has
> finished loading, it reloads.
>
> As additional interesting phenomenon, e.g. the iweb page reloads to
> the iphoto page, which then enters the endless loop.
> <http://www.apple.com/ilife/iphoto/>
> <http://www.apple.com/ilife/iweb/>
>
> Neither Safari nor Firefox (always latest versions) show this  
> behavior.
>
> The only thing I have found in the web page itself is the wrong  
> expiration
> date in the html header, like that on the iweb page:
> meta http-equiv="Expires" content="Fri, 26 Mar 1999 23:59:59 GMT"
>
> May be OmniWeb is too strict on this meta tag?

Same issue here. However, I chopped away at the code until I had was:
<html>
<head>
<script src="http://wdirect.apple.com/ilife/ilife.js" type="text/ 
javascript"></script>
</head>
<body>		
			<div id="content-top">
			</div>		
		</body>
</html>

And the issue persisted. I'm not that skilled in JS to find the issue.

-Forrest


More information about the OmniWeb-l mailing list