Team:Johns Hopkins/Protocols
From 2008.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
var hi = "Hello World!"; | var hi = "Hello World!"; | ||
- | var | + | var x=Math.floor(Math.random()*256)+500; |
- | document.write( | + | document.write(x + <br>); |
function disp_alert() | function disp_alert() | ||
{ | { | ||
Line 30: | Line 30: | ||
function pill(){ | function pill(){ | ||
var di = new Array('i','G','e','m'); | var di = new Array('i','G','e','m'); | ||
- | + | ||
for(e=0;e<4;e++){ | for(e=0;e<4;e++){ | ||
r=Math.floor(Math.random()*256)+500; | r=Math.floor(Math.random()*256)+500; |
Revision as of 18:34, 9 July 2008
Home | The Team | The Project | Protocols&Papers | Parts Submitted to the Registry | Modeling | Notebook |
---|
Protocols
Ligation and Transformation Protocol
Papers
Hello World!