fake the bottom Url in the browser

amberlamps

BANNED
Joined
Jun 24, 2010
Messages
331
Reaction score
145
i need to be able to fake cloak a link on the bottom..

bottomurl.png


or can i make it ping a site so it just keep showing the same site....
 
That won't work in Firefox only IE

Only thing you can do is have the site pop up with no status bar at all.

Posted via Mobile Device
 
It's easy:
Code:
<a href='hxxp://google*fr/' onclick='this.href="hxxp://yahoo*fr/"' >link</a>
 
Replace hxxp by http and * by .
I can't post link cause I'm still too newbie.

Live test here
You can here : hxxp://www*indahax*com/hrefcloacking.html
 
Replace hxxp by http and * by .
I can't post link cause I'm still too newbie.

Live test here
You can here : hxxp://www*indahax*com/hrefcloacking.html

but its a link how about iframe? :)
 
how about dynamic link?

what happens if it is a javascript feed link?
 
It's easy:
Code:
<a href='hxxp://google*fr/' onclick='this.href="hxxp://yahoo*fr/"' >link</a>

<a href="APPEARS IN STATUS BAR" onClick="this.href='URL IT GOES TO'" target="_parent">LINK TEXT</a>
 
Back
Top