Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<script>
function getWebPageText(url){
objXml = new ActiveXObject("Microsoft.XMLHTTP");
objXml.open("GET",url,false);
objXml.send(null);
return objXml.responseText;
}
alert(getWebPageText("[URL unfurl="true"]http://www.google.com"));[/URL]
</script>