From 2014.igem.org
(Difference between revisions)
|
|
(8 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <html>
| |
- | <head>
| |
| | | |
- | <SCRIPT LANGUAGE="JavaScript">
| |
- | var num=1
| |
- | img1 = new Image ()
| |
- | img1.src = "https://static.igem.org/mediawiki/2014/f/fc/Team_UNIK_Copenhagen_Lego_E.PNG"
| |
- | img2 = new Image ()
| |
- | img2.src = "https://static.igem.org/mediawiki/2014/1/10/Team_UNIK_Copenhagen_Lego_Are_you_a_builder.PNG"
| |
- | img3 = new Image ()
| |
- | img3.src = "https://static.igem.org/mediawiki/2014/f/fa/Team_UNIK_Copenhagen_Lego_S.PNG"
| |
- | img4 = new Image ()
| |
- | img4.src = "https://static.igem.org/mediawiki/2014/e/eb/Team_UNIK_Copenhagen_Lego_Y.PNG"
| |
- |
| |
- | text1 = "Some questions to think of when you make your gene construct:"
| |
- | text2 = "Some questions to think of before transforming your organism:"
| |
- | text3 = "Your organism was successfully transformed!"
| |
- | text4 = "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