php - Redirecting links hiding the link name -


i have 2 links.

for example - when person clicks on button "click here" - should show www.google.com on link bar, should redirect "www.yahoo.com" , person should not able see "www.yahoo.com".

yahoo , google used example.

how can that?

this ridiculously easy guess cannot hackers big secret.

<a href="http://www.google.com" style="text-decoration:underline" onclick="location.href='http://yahoo.com';return false;">click here lured fake banking site</a> 

although require javascript active on browser


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -