blackbenzo
Junior Member
- Dec 28, 2007
- 113
- 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>
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>