simplifyit
08-13-2006, 04:07 PM
Hi All,
I am looking for a simple javascript that i can had to a page that will automatically search all of the links on a page and if it finds any that are
<a href="#">anylink</a>will add target="_self" these specific links so that they become
<a href="#" target="_self">anylink</a>
Basically all i want to do is add the target reference on for hash links.
Hope that makes sense...
Any and all help very appreciated! :D
Cheers,
Darren
I am looking for a simple javascript that i can had to a page that will automatically search all of the links on a page and if it finds any that are
<a href="#">anylink</a>will add target="_self" these specific links so that they become
<a href="#" target="_self">anylink</a>
Basically all i want to do is add the target reference on for hash links.
Hope that makes sense...
Any and all help very appreciated! :D
Cheers,
Darren