918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Rev | Line | |
---|
[3ec149c] | 1 | //______________________________________________________________________________________________________ |
---|
| 2 | function enviaping(){ |
---|
| 3 | var idambito=document.fdatos.idambito.value; |
---|
| 4 | var litambito=document.fdatos.litambito.value; |
---|
| 5 | var wurl="ecoconsola.php"; |
---|
| 6 | var prm="idambito="+idambito+"&ambito="+AMBITO_ORDENADORES+"&sw=2"; |
---|
| 7 | CallPage(wurl,prm,"retorno","POST"); |
---|
| 8 | setTimeout("enviaping();",5000); |
---|
| 9 | } |
---|
| 10 | //______________________________________________________________________________________________________ |
---|
| 11 | function retorno(iHTML){ |
---|
| 12 | if(iHTML.length>0){ |
---|
| 13 | var diveco=document.getElementById("diveco"); |
---|
| 14 | diveco.innerHTML="<PRE>"+iHTML+"</PRE>"; |
---|
| 15 | //setTimeout('conmuta("hidden");',300); |
---|
| 16 | //conmuta("hidden"); |
---|
| 17 | } |
---|
| 18 | } |
---|
| 19 | //______________________________________________________________________________________________________ |
---|
| 20 | function conmuta(estado){ |
---|
| 21 | var layavi=document.getElementById("layer_aviso"); |
---|
| 22 | layavi.style.visibility=estado; |
---|
| 23 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.