Team:Johns Hopkins/Applications/GC Content

From 2008.igem.org

(Difference between revisions)
Line 23: Line 23:
var url="http://localhost/cgi-bin/TN_Scripts/Primers/Scripts/gc_content.pl?new="+seq;
var url="http://localhost/cgi-bin/TN_Scripts/Primers/Scripts/gc_content.pl?new="+seq;
-
alert("hello");
+
 
xmlHttp.onreadystatechange=stateChanged;
xmlHttp.onreadystatechange=stateChanged;
xmlHttp.open("GET",url,true);
xmlHttp.open("GET",url,true);
Line 55: Line 55:
{  
{  
if (xmlHttp.readyState==4)
if (xmlHttp.readyState==4)
-
{  
+
{ alert("hello");
document.getElementById("txtHint").innerHTML=xmlHttp.responseText;
document.getElementById("txtHint").innerHTML=xmlHttp.responseText;
}
}

Revision as of 21:45, 16 July 2008

This program will determine how many actual/probable guanines and cytosines are in a sequence.

Sequence:

Results: