Team:TU-Delft/SynBioData
From 2013.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<td> | <td> | ||
<div style="width:300px;border:1px solid #c0c0c0;text-align:center; padding:15px;background-color:#f0f0f0;"> | <div style="width:300px;border:1px solid #c0c0c0;text-align:center; padding:15px;background-color:#f0f0f0;"> | ||
- | <b> | + | <b></b><br/><br/> |
- | + | Key word: <input type="text" id="rollNum" onKeyUp="checkEnter(event.keyCode)"> | |
<input type="button" value="Show" onClick="showModalWindow(document.getElementById('rollNum').value)"> | <input type="button" value="Show" onClick="showModalWindow(document.getElementById('rollNum').value)"> | ||
</div> | </div> | ||
Line 19: | Line 19: | ||
function showModalWindow(data) | function showModalWindow(data) | ||
{ | { | ||
- | var url="https://docs.google.com/spreadsheet/ | + | var url="https://docs.google.com/spreadsheet/ccc?key=0ArsDNt8sj-LBdEdCREdxUTFmVXpPaTVnZm43d0RTdmc#gid=0"+ data + "&key=0AgHK_Z79lrOmdEJ0ekd2aDhPbHBRT3BIX3FwRGRsYUE"; |
window.showModalDialog(url,"","dialogWidth:500px; dialogHeight:80px;center:on;resizable: no "); | window.showModalDialog(url,"","dialogWidth:500px; dialogHeight:80px;center:on;resizable: no "); | ||
} | } |
Revision as of 13:04, 2 September 2013
Key word: |