Team:GeorgiaTech/Modeling
From 2011.igem.org
(Difference between revisions)
(Replaced content with "{{GT-header}} {{GT-nav}} <html> <body> </body> </html>") |
|||
Line 1: | Line 1: | ||
{{GT-header}} | {{GT-header}} | ||
{{GT-nav}} | {{GT-nav}} | ||
- | <html> | + | <html> |
- | <body> | + | <head> |
- | + | <script language="JavaScript" type="text/javascript"> | |
- | </body> | + | function makeFrame() { |
+ | ifrm = document.createElement("IFRAME"); | ||
+ | ifrm.setAttribute("src", "http://developerfusion.com/"); | ||
+ | ifrm.style.width = 640+"px"; | ||
+ | ifrm.style.height = 480+"px"; | ||
+ | document.body.appendChild(ifrm); | ||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <p><a href="#" onMouseDown="makeFrame()">GO! </a></p> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 23:25, 28 September 2011