Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 36: | Line 36: | ||
var ok = false; | var ok = false; | ||
if (document.inv.desc.value != "") { ok = true; } | if (document.inv.desc.value != "") { ok = true; } | ||
- | txt = " | + | txt = "characteristics()+"<b>Description</b><br>\n"+document.inv.desc.value+"<br><br>"+physprop()+"<br><br><b>Recommended working conditions/usage</b><br>"+document.inv.oper.value+"<br><br>"; |
- | txt = txt + "<textarea>"+txt+"</textarea>"; | + | txt = txt + "Resulting HTML: <textarea>"+txt+"</textarea><br>"; |
txt+='<form onSubmit="restore(); return false;" ><input type="submit"></form>'; | txt+='<form onSubmit="restore(); return false;" ><input type="submit"></form>'; | ||
if (ok) { | if (ok) { |
Revision as of 22:47, 26 October 2010