IE Frame Redirect showing Blank

blackbenzo

Junior Member
Joined
Dec 28, 2007
Messages
113
Reaction score
3
Hey everyone, quick question for you. I'm using a frame redirect, to not show my affiliate link, but every time I look at this in IE, I go to the URL, and it just comes up as blank? It works fine in Firefox, but not in IE. Any ideas?

Thanks

This is the code I'm using.

<html><head>
<title>sample</title>
<meta name="sample" />
<meta name="description" content="sample"/>
</head>
<!-- Redirection -->
<frameset rows='100%, *' frameborder=no framespacing=0 border=0>
<frame src="http://www.example.com" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame>
</frameset>
</html>
 
It's ok if this one is detected, this is my friends company in this case, so I'm not concerned about the traffic sources for this. It's just making sure the redirect is working properly, so the ads I've got placed aren't stolen by other affiliates is all.
 
Back
Top