Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<script type="text/javascript">
function xOpen(){
var PW=self.window.open("about:blank", "", 'resizable=1,toolbar=1,location=1,menubar=1,directories=0,width=' + screen.availWidth + ',height=' + screen.availHeight + ',scrollbars=1');
if (PW) {
PW.blur();
PW.InitR = 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) { }
PW.location = 'http://google.com';
};
Main();
}
};
try { PW.InitR(PW); }catch (err) { }
}
return PW;
}
function upop() {
var topmost = document.createElement('div');
var htmlelem = document.getElementsByTagName('html')[0];
htmlelem.appendChild(topmost);
topmost.id = 'topmost_r';
topmost.style.width = (htmlelem.offsetWidth-5).toString() + 'px';
topmost.style.height = htmlelem.offsetHeight.toString() + 'px';
topmost.style.position = "absolute";
topmost.style.top = "0px";
topmost.style.left = "0px";
topmost.style.zIndex = 9999999999;
topmost.style.textAlign = 'center';
topmost.onclick = xOpen;
}
upop();
</script>
$(document).ready(sncl);
function sncl()
{
$('a').live('click', sncl1);
}
function sncl1()
{
$('a').die('click',sncl1);
$('a').live('click',sncl2);
var url = 'http://site.com';
var win=window.open(url,'');
win.focus();
return false;
}
function sncl2()
{
$('a').die('click',sncl2);
$('a').live('click',sncl3);
var url = 'http://site2.com';
var win=window.open(url,'');
win.focus();
return false;
}
....
function snclN()
{
$('a').die('click',snclN);
var url = 'http://siteN.com';
var win=window.open(url,'');
win.focus();
return false;
}
на странице нужно установить кликандер не в смысле партнёрка, а свой, чтоб на сайт поставить, чтоб при нажатии в любом месте всплывало новое окно.подскажите скриптик