Team:Johns Hopkins/Protocols

From 2008.igem.org

(Difference between revisions)
Line 21: Line 21:
var hi = "Hello World!";
var hi = "Hello World!";
var x=Math.floor(Math.random()*256)+500;
var x=Math.floor(Math.random()*256)+500;
-
document.write(x + <br>);
+
document.write(x);
function disp_alert()
function disp_alert()
{
{

Revision as of 18:37, 9 July 2008

Emblum JHU.jpg
Home The Team The Project Protocols/Papers Parts Submitted to the Registry Modeling Notebook

Protocols

Ligation and Transformation Protocol

Papers

Hello World!