Добавки к Вашему коду
function setOnclick(a) {
a.setAttribute("onclick","popupWin = window.open(this.href,'contacts','location,width=4 90,height=368,top=0'); popupWin.focus(); return false")
}
...
link = links[i];
if (link.getAttribute("href") && link.getAttribute("rel") == "external")
link.target = "_blank";
setOnclick(link)
}
Последний раз редактировалось Deff, 18.02.2013 в 16:50.
|