O.P. RE: Is there a way for me to check for updates?
So, to get the updated version I should do this
replace
Debug.Trace(xmlhttp.responseText);
with
version = xmlhttp.responseText;? I have a text file thats on my site that the only content in the file is the version number so... Would that place the version number into a varable where I can then use a IF statement to check?
|