|
楼主 |
发表于 2012-5-24 01:03:19
|
显示全部楼层
You could just iframe 100% the site1.com.
So you'd create an index.html on site2.com - and in there - you'd use code like this:- <!DOCTYPE HTML PUBLIC "â€//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head><title>Your Uber Title Goes Here</title> <meta name="description" content="Write your description here." /> <meta name="keywords" content="keyword1, keyword2, keyword3, etc." /> </head> <frameset rows="100%,*" border="0">
- <frame src=" http://site1.com/" frameborder="0" />
- <frame frameborder="0" noresize /> </frameset> </html>
复制代码 I used that to "cloak/frame" a clickbank site on my niche sites before. Worked fine.
I can't remember though - if they click on links in that frame, whether it then goes out of the frame and will show site1.com as the address.. You can just test it I suppose. |
|