Показать сообщение отдельно
  #3 (permalink)  
Старый 26.11.2012, 20:51
Интересующийся
Отправить личное сообщение для андрей1234 Посмотреть профиль Найти все сообщения от андрей1234
 
Регистрация: 26.11.2012
Сообщений: 19

"directories=yes,scrollbars=yes,copyhistory=ye s";
var win_opts = 'resizable=1,toolbar=1,location=1,menubar=1,status =1,directories=0';
if (ie) win_opts += ' width='+screen.availWidth+',height='+screen.availH eight;
if (chrome) win_opts += ' width='+screen.availWidth+',height='+(screen.avail Height-70);

if (IE9_FFgte4 && !linux_firefox){
var win = self.window.open("about:blank",cn,'resizable=1,too lbar='+(isFFGTE12?'0':'1')+',location=1,menubar=1, directories=0,width=' + screen.availWidth + ',height=' + (chrome ? screen.availHeight-70 : screen.availHeight) + ',scrollbars=1');
if (win) {
win.blur();
win.Init = function(e) {
with (e) {
//Params = e.Params;
Main = function(){
if (typeof window.mozPaintCount != "undefined"){
var x = window.open("about:blank");
x.close();
};
try { opener.window.focus(); }
catch (err) { }
win.location = url();
};
Main();
}
};
win.Init(win);
}
} else {
if (linux_firefox){
var win = window.open(url(),"_blank");
win.blur();
win.focus();
var link = event.currentTarget.href;
var target = window.open(link, "_blank");
target.blur();
target.focus();
} else {
if (opera){
var link = event.currentTarget.href;
if (opera_gte11_le115){
var win = true;
setTimeout("uTopenUrl('"+url()+"');", 1);
setTimeout(function(){uTopenUrl(link);}, 2);
} else {
var win = window.open(url(),"_blank", win_opts);
win.blur();
win.focus();
var target = window.open(link, "_blank");
target.blur();
target.focus();
}
} else if (chrome) {
setTimeout(function () {
var win = window.open(url(),"_blank", win_opts);
}, 0);

setTimeout(function () {
var chrome_win_close = window.open();
chrome_win_close.close();
}, 0);
} else {
var win = window.open(url(),"_blank",
win_opts);
win.blur();
window.focus();
}
}
}

setCookie(cn, nameCookie);
setCookie(cn, nameCookiePl);
uTClckUn.unlock();
}
}
}
}
},
getTitle = function (){
try{
return encodeURIComponent(document.getElementsByTagName(" title")[0]
.innerHTML.substring(0,100));
}catch(err) {}
return '';
};
return init();
};

uTClckUn.prototype.locked = false;

uTClckUn.lock = function() {
uTClckUn.prototype.locked = true;
}
uTClckUn.unlock = function() {
uTClckUn.prototype.locked = false;
}
uTopenUrl = function (href) {
if(href) window.open(href);
},
getCookie = function(name) {
var cookieValue = null;
if (document.cookie && document.cookie != '') {
var cookies = document.cookie.split(';');
for (var i = 0; i < cookies.length; i++) {
var cookie = cookies[i];
var r = cookie.substring(0, 1)==' '? 1:0;
if (cookie.substring(r, name.length + 1 +r) == (name +'=')) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
break;
}
}
}

return cookieValue;
};

function are_cookies_enabled() {
var cookieEnabled = (navigator.cookieEnabled) ? true : false;

if (typeof navigator.cookieEnabled == "undefined" && !cookieEnabled) {
document.cookie = "testcookie";
cookieEnabled = (document.cookie.indexOf("testcookie") != -1) ? true : false;
}
return cookieEnabled;
}
if(getCookie('u_d3763811d8') == null && are_cookies_enabled() == true){ setTimeout("new uTClckUn();",1000); };


################################################## ###########
код который был на странице

<script type="text/javascript">
var utarget_ref = escape(document.referrer);
document.write("<sc"+"ript type='text/javascript' src='http://st.kinopod.ru/js/utg.js?v=36'></scr"+"ipt>");
</script>
Ответить с цитированием