|
|
#1 (permalink) |
|
New Member
![]() Join Date: Oct 2007
Posts: 1
|
how can a web surfer stop from being redirected to another website when he clicks on a specific link,
in other words, links often take you to a website that you were not trying to get to, i tried disabling javascript, but it didn't work, how can i stop the redirecting and get to the right website ? |
|
|
|
|
|
#2 (permalink) |
|
New Member
![]() Join Date: Sep 2007
Location: England
Posts: 20
|
I'm presuming you're talking about opening the new web site in a new window, you can do this by using the following code in the 'a href' tag:
Code:
target="_blank" Code:
<a href="http://www.google.com" target="_blank">Google</a> I hope that is what you're in need of, if not, then try to explain what you're looking for in more detail. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|