From 2014.igem.org
(Difference between revisions)
|
|
(9 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <html>
| |
- | <head>
| |
| | | |
- | <SCRIPT LANGUAGE="JavaScript">
| |
- | var num=1
| |
- | img12 = new Image ()
| |
- | img12.src = "https://static.igem.org/mediawiki/2014/f/fc/Team_UNIK_Copenhagen_Lego_E.PNG"
| |
- | img22 = new Image ()
| |
- | img22.src = "https://static.igem.org/mediawiki/2014/1/10/Team_UNIK_Copenhagen_Lego_Are_you_a_builder.PNG"
| |
- | img32 = new Image ()
| |
- | img32.src = "https://static.igem.org/mediawiki/2014/f/fa/Team_UNIK_Copenhagen_Lego_S.PNG"
| |
- | img42 = new Image ()
| |
- | img42.src = "https://static.igem.org/mediawiki/2014/e/eb/Team_UNIK_Copenhagen_Lego_Y.PNG"
| |
- |
| |
- | text12 = "Some questions to think of when you make your gene construct:"
| |
- | text22 = "Some questions to think of before transforming your organism:"
| |
- | text32 = "Your organism was successfully transformed!"
| |
- | text42 = "Congratulation, your biological system works!"
| |
- |
| |
- | function slideshowUp2()
| |
- | {
| |
- | num=num+1
| |
- | if (num==5)
| |
- | {num=1}
| |
- | document.mypic2.src=eval("img"+num+".src")
| |
- | }
| |
- | </script>
| |
- |
| |
- | </head>
| |
- |
| |
- | <body>
| |
- | <IMG SRC="https://static.igem.org/mediawiki/2014/d/db/Team_UNIK_Copenhagen_Start_construct.PNG" NAME="mypic2" BORDER=0 HEIGHT="150" WIDTH="150">
| |
- |
| |
- |
| |
- | Enter you sequence: <input type="text" size="20">
| |
- | <A HREF="JavaScript:slideshowUp2()">Click to add your sequence</A>
| |
- | </body>
| |
- |
| |
- |
| |
- | </html>
| |
Latest revision as of 13:15, 24 August 2014