Team:WLC-Milwaukee/Protocol1
From 2013.igem.org
(Difference between revisions)
Vanhandelp (Talk | contribs) |
Vanhandelp (Talk | contribs) |
||
Line 4: | Line 4: | ||
</html> | </html> | ||
<html> | <html> | ||
+ | <Script type="text/javascript"> | ||
+ | function Myfunction () | ||
+ | { | ||
+ | document.write ("some text") | ||
+ | } | ||
+ | </script> | ||
<br> | <br> | ||
<br> | <br> | ||
Line 13: | Line 19: | ||
<td width = 400> | <td width = 400> | ||
<select name="sometext" multiple="multiple"> | <select name="sometext" multiple="multiple"> | ||
- | <option>Chemical 1</option> | + | <option onclick="Myfunction ()">Chemical 1</option> |
<option>Chemical 2</option> | <option>Chemical 2</option> | ||
<option>Chemical 3</option> | <option>Chemical 3</option> |
Revision as of 14:26, 26 July 2013
Step By Step |