fun4uoc
Supreme Member
- Dec 25, 2007
- 1,205
- 1,049
I am promoting AFF via blogger, and it is what AFF may deem inappropriate. I have a link to a subdomain that I own and am redirecting from there to my AFF affiliate page via the following code.
Is this sufficient in hiding my original link from the original Blogger link to my subdomain?
Code:
<html><head></head><frameset rows='100%, *' frameborder=no framespacing=0 border=0>
<body>
<frame src="http://adultfriendfinder.com/go/my-aff-link" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0>
</frame></frameset>
<noframes><h2>Your browser does not support frames. We recommend
upgrading your browser.</h2><br><br><center>Click <a href="http://adultfriendfinder.com/go/my-aff-link" >here
</a> to enter the site.</center></noframes>
</body>
</html>
Is this sufficient in hiding my original link from the original Blogger link to my subdomain?