Team:Johns Hopkins/Applications/GC Content
From 2008.igem.org
(Difference between revisions)
Line 26: | Line 26: | ||
xmlHttp.onreadystatechange=stateChanged; | xmlHttp.onreadystatechange=stateChanged; | ||
xmlHttp.open("GET",url,true); | xmlHttp.open("GET",url,true); | ||
- | xmlHttp.send(null); | + | xmlHttp.send(null); alert("hello"); |
} | } | ||
Line 55: | Line 55: | ||
{ | { | ||
if (xmlHttp.readyState==4) | if (xmlHttp.readyState==4) | ||
- | { | + | { |
document.getElementById("txtHint").innerHTML=xmlHttp.responseText; | document.getElementById("txtHint").innerHTML=xmlHttp.responseText; | ||
} | } |
Revision as of 21:46, 16 July 2008
This program will determine how many actual/probable guanines and cytosines are in a sequence.
Results: