Team:TU-Delft/SynBioData

From 2013.igem.org

(Difference between revisions)
Line 29: Line 29:
function checkEnter(code){
function checkEnter(code){
if(code==13){
if(code==13){
 +
var refTab = document.getElementById("id")
 +
var  ttl;
 +
// Loop through all rows and columns of the table and popup alert with the value
 +
// /content of each cell.
 +
for ( var i = 0; row = refTab.rows[i]; i++ ) {
 +
  row = refTab.rows[i];
 +
  for ( var j = 0; col = row.cells[j]; j++ ) {
 +
      alert(col.firstChild.nodeValue);
 +
  }
 +
}
 +
showModalWindow(document.getElementById('id').value);
showModalWindow(document.getElementById('id').value);
}
}

Revision as of 18:14, 2 September 2013

First Semester Result Published

Roll No:  


dd