This is HTML frame code to cloak URL. Be careful when use it on affiliate program. Some program (like clickbank) don’t allow URL cloak with this method.
1 2 3 4 5 6 7 8 | <html><head> <title>example title</title> </head> <frameset border=0 rows="100%,*" frameborder="no"> <frame src="http://www.example.com" frameborder="no" border=0 noresize> <frame topmargin="0" marginwidth="0" scrolling="no" marginheight="0" frameborder="no" border="0" noresize> </frameset> </html> |