Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
var txt = ""; | var txt = ""; | ||
var ok = false; | var ok = false; | ||
+ | if (document.inv.desc.value != "") { ok = true; } | ||
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; | ||
Revision as of 09:43, 2 September 2010