Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
url+="&_nocache="+today.getTime();
function asktoserver(coord) {
epgstatus.locked=true;
epgstatus.afterajax=coord;
setloading(true);
var url=config.serviceurl+"?left="+coord.x+"&top="+coord.y+"&cpp="+config.shownchannels+"&hpp="+config.shownhours;
if (epgstatus.day) url+="&day="+epgstatus.day;
if (data.channels.length==0) url+="&fc=1";
var today = new Date();
url+="&_nocache="+today.getTime();
xmlhttp.open("GET", url,true);
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4) {
__data=false;
try {
__data=$.evalJSON(xmlhttp.responseText);
} catch(e){}
if (!__data) __data=eval("("+xmlhttp.responseText+")");
setTimeout(function(){servercallback(__data)},50);
}
}
xmlhttp.send(null);
jumpjack ha scritto:Interessante quel sito, chi è l'utente? Magari possiamo aiutarci a vicenda, io voglio fare un programma utilizzabile offline.