18.02.2013, 18:41
|
Интересующийся
|
|
Регистрация: 18.02.2013
Сообщений: 22
|
|
Сообщение от Deff
|
Добавки к Вашему коду
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)
}
|
спасибо все работает
|