|
|
Line 5: |
Line 5: |
| | | |
| | | |
- | <div id="content1"><br><br><p style="color: #FFF; font-size: 12px; font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif; text-align: left;"> | + | <div id="content1"> |
| + | <font face="Protocol" color="green" size="7">Protocols</font><br><br> |
| + | <font face="arial" size="2">Click |
| + | <a href="https://static.igem.org/mediawiki/2013/4/40/HKU_Protocols.pdf">here</a> |
| + | to get the protocols |
| + | </font> |
| | | |
- | <form name="form1"> <table border="0"> <tr>
| |
- | <td> <script language="JavaScript"> <!-- This script
| |
- | supplied free by Hypergurl.com http://www.hypergurl.com --> <!-- function
| |
- | showAnswer(whatForm){ if(document.forms[whatForm].question.value=="none"){
| |
- | document.forms[whatForm].answer.value="^ Please select a question above ^"
| |
- | }else{ document.forms[whatForm].answer.value=document.forms[whatForm].question.value
| |
- | }} // --> </script> <b>Please select a question:</b> </td>
| |
- | <td valign="top"> <select name="question" size="1"
| |
- | onChange="showAnswer('form1')">
| |
| | | |
- | <option value="none">
| |
- | </option>
| |
- |
| |
- | <option value="def">abc</option>
| |
- |
| |
- | <option value="asdf">Your question? </option>
| |
- |
| |
- | <option value="Your answer!">Your question?</option>
| |
- |
| |
- | <option value="Your answer!">Your question?</option> </select> </td> </tr>
| |
- | <tr> <td align="right"><b>Here is your answer:</b>
| |
- | </td> <td> <textarea name="answer" rows="8"
| |
- | cols="40" readonly></textarea> </td> </tr> </table>
| |
- | </form>
| |
- | </p>
| |
| | | |
| | | |