Template:Team:UC Berkeley/Notebook/BX calculator

From 2008.igem.org

(Difference between revisions)
 
(5 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 42: Line 43:
<form>
<form>
Number of reactions:
Number of reactions:
-
<input type="text" name="numRxns">
+
<input type="text" id="numRxns">
</form>
</form>

Latest revision as of 20:21, 13 June 2008

Bing's Master Mix Calculator
Number of reactions:






Bing Xia
Back to Berkeley