Template:Team:UC Berkeley/Notebook/BX calculator

From 2008.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 9: Line 9:
function disp_calcs()
function disp_calcs()
{
{
-
num_rxns = numRxns.value;
+
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() {
 +
 
}
}
</script>
</script>
Line 25: 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 39: Line 43:
<form>
<form>
Number of reactions:
Number of reactions:
-
<input type="text" name="numRxns">
+
<input type="text" id="numRxns">
</form>
</form>
-
<input type="button" onclick="disp_calcs()" value="Calculate" />
+
<input type="button" onclick="disp_calcs()" value="Calculate" /> <br />
 +
<input type="button" onclick="nPCR_calc()" value="Normal PCR MM Calculator" /> <br />
 +
<input type="button" onclick="wPCR_calc()" value="Wobble PCR MM Calculator" /> <br />
 +
<input type="button" onclick="dig_calc()" value="Digestion MM Calculator" /> <br />
 +
<input type="button" onclick="lig_calc()" value="Ligation MM Calculator" /> <br />
</body>
</body>
</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