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 type="text/javascript">
function doIt() {
window.open("[URL unfurl="true"]http://www.google.com");[/URL]
document.location = "[URL unfurl="true"]http://www.yahoo.com";[/URL]
}
</script>
<input type="button" onclick="doIt()" value="click me" />