You have a cross domain security violation. Instead of using a framset 'proxy', host the page:
Code:
http://home.comcast.net/~chriscormier/yzf600.html
directly on:
Code:
http://www.chriscormier.com/
That will take care of it. One other thing you might try, as sometimes this will throw off a browser, is fixing the URL for:
Code:
http://home.comcast.net/~chriscormier/yzf600.html
On your frameset page you have (from its source code)
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Chris Cormier </title>
</head>
<frameset rows="100%,*" border="0">
<frame src="http://home.comcast.net/~chriscormier//yzf600.html" frameborder="0" />
<frame frameborder="0" noresize />
</frameset>
<!-- pageok -->
<!-- 03 -->
<!-- -->
</html>
See the red // in the URL, it should be a single slash. But if that doesn't take care of it, you will need to host the page directly on:
Code:
http://www.chriscormier.com/
When I navigate directly to:
Code:
http://home.comcast.net/~chriscormier/yzf600.html
the page works fine in Firefox.
Bookmarks