- or download this
function showTable(loc) {
document.getElementById("tableId").innerHTML="Waiting on:" + loc;
document.getElementById("dataDialog").src = loc;
}
- or download this
<iframe id="dataDialog" name="dataDialog" style="float:right"; src="";
+ border:1px solid black;" scrolling="no" allowtransparency="true" all
+owfullscreen="false" frameborder="no" width="200" height="400" >
</iframe>
- or download this
<div id="tableId" style="background-color:lightgray"></div>
- or download this
<input type="button" class="jalaLtSans" value="Member Table Data Updat
+e" style="background-color:#0D4A80; width : 250px; color:#fff" onClic
+k = "self.location='https://www.jala-mi.org/httpsdocs/cgi-bin/update_
+tables-development.cgi?action=updatetable_3'"/>
- or download this
<input type="button" class="jalaLtSans" value="Member Table Data Updat
+e" style="background-color:#0D4A80; width : 250px; color:#fff" onClic
+k = "showTable('https://www.jala-mi.org/httpsdocs/cgi-bin/update_tabl
+es-development.cgi?action=updatetable_3')"/>
- or download this
<input type="button" class="jalaLtSans" value="Get File Load Status" s
+tyle="background-color:#0D4A80; width : 250px; color:#fff" onClick =
+"showTable('https://www.jala-mi.org/httpsdocs/cgi-bin/update_tables-d
+evelopment.cgi?action=updatereport')"/>
- or download this
print $q->header( -type =>'text/html');
print <<"EODEOD";
...
EODEOD
......
print '</div>';
- or download this
function showTable(loc,table) {
document.getElementById(table).innerHTML="Waiting on:" + loc;
document.getElementById("dataDialog").src = loc;
}
- or download this
<div id="tableid1" style="background-color:lightgray"></div>
<div id="tableid2" style="background-color:lightgray"></div>
<div id="tableid3" style="background-color:lightgray"></div>