NYMU Taipei/phptest
From 2007.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
function CheckId(id){ | function CheckId(id){ | ||
- | //document.write( | + | //document.write(v1,v2); |
- | alert( | + | alert(v1,v2); |
} | } | ||
Line 20: | Line 20: | ||
<INPUT type="text" name="X" > volume (uL) of insert for gel separation<BR> | <INPUT type="text" name="X" > volume (uL) of insert for gel separation<BR> | ||
<INPUT type="text" name="L" > volume (uL) of insert for ligation<BR> | <INPUT type="text" name="L" > volume (uL) of insert for ligation<BR> | ||
- | <input type=button value="送出" Onclick="CheckId(insert_size.value);"> | + | <input type=button value="送出" Onclick="CheckId(insert_size.value, vector_size.value);"> |
</form> | </form> | ||
Revision as of 19:06, 3 September 2007