Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
var txt = ""; | var txt = ""; | ||
+ | var ok = false; | ||
txt = "<b>Description</b><br>\n"+document.inv.desc.value+"<br><br><b>Safety Notes</b><br>"+document.inv.safety.value+"<br><br><b>Recommended working conditions/usage</b><br>"+document.inv.oper.value+"<br><br><b>Physical properties</b><br><br>"+document.inv.phys.value; | txt = "<b>Description</b><br>\n"+document.inv.desc.value+"<br><br><b>Safety Notes</b><br>"+document.inv.safety.value+"<br><br><b>Recommended working conditions/usage</b><br>"+document.inv.oper.value+"<br><br><b>Physical properties</b><br><br>"+document.inv.phys.value; | ||
+ | if (ok) { | ||
document.getElementById("formpje").innerHTML = txt; | document.getElementById("formpje").innerHTML = txt; | ||
+ | } | ||
return false; | return false; |
Revision as of 09:23, 2 September 2010