View Single Post
I get an error "Loading 27 of -1 resources, 1 failed" in the status bar and only the section of the page that fits in the window loads.

There isn't much code to the page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<title>Apple - Boot Camp - Thank You</title>
<link rel="stylesheet" type="text/css" href="http://www.apple.com/main/css/global.css" media="all">
</head>
<body>

<iframe src="http://www.apple.com/macosx/bootcamp/thankyou.html" width="100%" height="800" frameborder="0" scrolling="no"></iframe>
<iframe src="http://images.apple.com/movies/us/apple/macosx/bc/Boot_Camp_Assistant-Installer_Beta.dmg" width="1" height="1" frameborder="0" scrolling="no"></iframe>

</body>
</html>

Loading the thankyou.html page in it's own tab works fine-but sp3 doesn't like the page when loaded in context.

Cheers,
Jon