Difference between revisions of "Team:HKUST-Rice/Notebook"
Stephanieyiu (Talk | contribs) |
|||
Line 5: | Line 5: | ||
function show_image() { | function show_image() { | ||
var img = document.createElement("https://static.igem.org/mediawiki/2015/1/1c/Hkust-rice_notebook.jpg"); | var img = document.createElement("https://static.igem.org/mediawiki/2015/1/1c/Hkust-rice_notebook.jpg"); | ||
− | + | <!--This next line will just add it to the <body> tag | |
− | document.body.appendChild(img) | + | document.body.appendChild(img)--> |
</script> | </script> | ||
// This next line will just add it to the <body> tag | // This next line will just add it to the <body> tag |
Revision as of 10:20, 17 August 2015
// This next line will just add it to the tag document.body.appendChild(img); }