Template:Team:UC Berkeley/Notebook/BX calculator

From 2008.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 9: Line 9:
function disp_calcs()
function disp_calcs()
{
{
-
num_rxns = 30;
+
num_rxns = numRxns.elements[0];
if (num_rxns < 29)
if (num_rxns < 29)
   {
   {
Line 19: Line 19:
   }
   }
document.write(num_rxns);
document.write(num_rxns);
 +
}
function nPCR_calc() {
function nPCR_calc() {
-
   new popUp();
+
    
}
}
</script>
</script>
Line 28: Line 29:
<body>
<body>
<div style="text-align: center;font-family: times;font-size: 16pt">
<div style="text-align: center;font-family: times;font-size: 16pt">
-
Bing's PCR/Digestion Master Mix Calculator
+
Bing's Master Mix Calculator
</div>
</div>
Line 42: Line 43:
<form>
<form>
Number of reactions:
Number of reactions:
-
<input type="text" name="numRxns">
+
<input type="text" id="numRxns">
</form>
</form>
Line 54: Line 55:
</html>
</html>
 +
 +
----
 +
<div style="text-align: center;"> [[Team:UC_Berkeley/Notebook/Bing_Xia|Bing Xia]] </div>
 +
<div style="text-align: center;"> [[Team:UC_Berkeley|Back to Berkeley]] </div>

Latest revision as of 20:21, 13 June 2008

Bing's Master Mix Calculator
Number of reactions:






Bing Xia
Back to Berkeley