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