Help for this page

Select Code to Download


  1. or download this
     function showTable(loc) {
      document.getElementById("tableId").innerHTML="Waiting on:" + loc;
      document.getElementById("dataDialog").src = loc; 
      }
    
  2. 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>
    
  3. or download this
     
    <div id="tableId" style="background-color:lightgray"></div>
    
  4. 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'"/>
    
  5. 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')"/>
    
  6. 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')"/>
    
  7. or download this
     
    print $q->header( -type =>'text/html');
    print <<"EODEOD";
    ...
    EODEOD
    ......
    print '</div>';
    
  8. or download this
     function showTable(loc,table) {
      document.getElementById(table).innerHTML="Waiting on:" + loc;
      document.getElementById("dataDialog").src = loc; 
      }
    
  9. 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>