Without having to modify all the links on a site, how can I use the base target tag in head tag to apply only to external links & not internal links?
<base target="blank">
Collapse
X
-
well i think the way it works is "_blank" will always be a new window , but if you used "blank" your actually naming the new window "blank" so if you didnt close the window , and clicked another link in the first window , it would open up in the previous window instead of a blank one ( not that , that would happen much but.. FYI )Originally posted by spacedogboth tags work on blogs.hatisblack at yahoo.comComment
-
well you can do it easily with "replace all" without using the base target command..
if you did replace "<a href=http" with "<a target=_blank href=http"
then you would only be replacing outbound links
* presuming inbound links dont have http int hem because they are inbound and would be like " <a href=page.html>hatisblack at yahoo.comComment
-
-


Comment