Team:Acton-BoxboroughRHS/Simulations

From 2014hs.igem.org

(Difference between revisions)
Line 127: Line 127:
         <script>
         <script>
         pc=document.getElementById("p_canvas");
         pc=document.getElementById("p_canvas");
-
         ctx=canvas.getContext("2d");
+
         ctx=pc.getContext("2d");
-
         canvas.width=500;
+
         pc.width=500;
-
         canvas.height=500;
+
         pc.height=500;
         ctx.strokeStyle="black";
         ctx.strokeStyle="black";

Revision as of 01:55, 26 May 2014

Welcome to the ABRHS iGEM team

ABRHS
Simulations

Note that this is test JavaScript:



Message