Team:UC Berkeley/Resources/MMCalculator
From 2008.igem.org
(Difference between revisions)
(New page: ==Bing's Master Mix Calcualtor Version 0.1a== '''All volumes are given in uL''' <html> <head> <script type="text/javascript"> function calcVolumes() { reaction = rxnType.selectedIndex; ...) |
|||
Line 6: | Line 6: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
function calcVolumes() { | function calcVolumes() { | ||
- | reaction = rxnType.selectedIndex; | + | reaction = document.getElementById("rxnType").selectedIndex; |
out = document.getElementById("output"); | out = document.getElementById("output"); | ||
out.value = ""; | out.value = ""; |
Revision as of 07:52, 26 June 2008
Bing's Master Mix Calcualtor Version 0.1a
All volumes are given in uL