Cloaked web redirection

liunx

Guest
Hi,<br />
<br />
Does anyone have any html code or a javascript to to cloaked web redirection?<br />
I used to have some code but cant find it.<br />
<br />
Any help would be more than grateful<br />
<br />
Scooter........................................><!--content-->[edit]<br />
Nevermind... now I know what it means. :D :o<!--content-->Cloaked means that when u go to site <!-- w --><a class="postlink" href="http://www.xxx.com">www.xxx.com</a><!-- w --> and redirects you to <!-- w --><a class="postlink" href="http://www.yyy.com">www.yyy.com</a><!-- w --> the url still show you <!-- w --><a class="postlink" href="http://www.xxx.com">www.xxx.com</a><!-- w --> so the user still thinks he is on the original site but in fact has been passed to another site.<!--content-->A one Frame site include<br />
<HTML><HEAD><TITLE>www.xxx.com</TITLE></HEAD><br />
<FRAMESET ROWS="100%,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0><br />
<FRAME NAME="top" SRC=http://www.htmlforums.com/archive/index.php/"http://www.xxx.com/index2.htm" NORESIZE><br />
</FRAMESET><br />
</HTML><br />
<br />
So <!-- w --><a class="postlink" href="http://www.xxx.com">www.xxx.com</a><!-- w --> will stay as http on top.<br />
<br />
<br />
:rocker:<!--content-->Peter V thanks for that.<!--content-->
 
Back
Top