First, let all the links in the entire web page open in a new window: add
in the head
2 Let all links in a DIV open in a new window:
Add
Added whether to specifically ask the current window to open
//Control the hyperlink to open in a new window
var tar="";
tar="_blank ";
var urls=document.getElementsByTagName("a");
for (var i=0;i
{
if(urls[i].target!="_self"){
URLs[i].target=tar;
}
}
Let the specified link open in a new window:
Open in original window:
Baidu Open in new window::
Baidu