Team:Freiburg/Project/Part2
From 2012.igem.org
(Created page with "{{Template:Team:Freiburg}} __NOTOC__ =<span style="color:#2244AA"> Using the Toolkit =") |
|||
Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
=<span style="color:#2244AA"> Using the Toolkit = | =<span style="color:#2244AA"> Using the Toolkit = | ||
+ | <body> | ||
+ | |||
+ | <form name="form01" action=""> | ||
+ | |||
+ | |||
+ | <input type="text" name="base12" maxlength="2" | ||
+ | onkeydown="focusset(this.value.length,1)"> | ||
+ | <input type="text" name="base34" maxlength="2" | ||
+ | onkeydown="focusset(this.value.length,2)"> | ||
+ | <input type="text" name="base56" maxlength="2" | ||
+ | onkeydown="focusset(this.value.length,3)"> | ||
+ | <input type="text" name="base78" maxlength="2" | ||
+ | onkeydown="focusset(this.value.length,4)"> | ||
+ | <input type="text" name="base910" maxlength="2" | ||
+ | onkeydown="focusset(this.value.length,5)"> | ||
+ | <input type="text" name="base1112" maxlength="2" | ||
+ | onkeydown="focusset(this.value.length,6)"> | ||
+ | |||
+ | |||
+ | <br><input type="radio" name="effis" value="TF" checked>TF | ||
+ | <br><input type="radio" name="effis" value="FokI">FokI | ||
+ | |||
+ | <input type="button" value="start" | ||
+ | onclick="tal_check(document.form01.base12.value,document.form01.base34.value,document.form01.base56.value,document.form01.base78.value,document.form01.base910.value,document.form01.base1112.value)"> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> |
Revision as of 19:03, 25 September 2012
Using the Toolkit
<body>
<form name="form01" action="">
<input type="text" name="base12" maxlength="2"
onkeydown="focusset(this.value.length,1)">
<input type="text" name="base34" maxlength="2"
onkeydown="focusset(this.value.length,2)">
<input type="text" name="base56" maxlength="2"
onkeydown="focusset(this.value.length,3)">
<input type="text" name="base78" maxlength="2"
onkeydown="focusset(this.value.length,4)">
<input type="text" name="base910" maxlength="2"
onkeydown="focusset(this.value.length,5)">
<input type="text" name="base1112" maxlength="2"
onkeydown="focusset(this.value.length,6)">
<input type="radio" name="effis" value="TF" checked>TF
<input type="radio" name="effis" value="FokI">FokI
<input type="button" value="start" onclick="tal_check(document.form01.base12.value,document.form01.base34.value,document.form01.base56.value,document.form01.base78.value,document.form01.base910.value,document.form01.base1112.value)">
</body>
</html>