NYMU Taipei/phptest
From 2007.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<body> | <body> | ||
+ | |||
+ | <script language="javascript"> | ||
+ | |||
+ | function CheckId(id){ | ||
+ | |||
+ | document.write(id); | ||
+ | |||
+ | } | ||
+ | |||
+ | </script> | ||
<form method="GET" action="https://2007.igem.org/wiki/index.php?title=NYMU_Taipei/phptest"> | <form method="GET" action="https://2007.igem.org/wiki/index.php?title=NYMU_Taipei/phptest"> | ||
Line 9: | Line 19: | ||
<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);"> | ||
</form> | </form> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 18:52, 3 September 2007