Team:Warsaw/JSTest
From 2008.igem.org
(Difference between revisions)
Line 69: | Line 69: | ||
if (req.status == 200) { | if (req.status == 200) { | ||
ans=req.responseText; | ans=req.responseText; | ||
- | document.getElementById(day).innerHTML=ans; | + | document.getElementById(day).innerHTML=ans.substr(ans.search("<start>"),ans.search("<end>")-ans.search("<start>")); |
} | } | ||
} | } |
Revision as of 20:49, 25 October 2008
|