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.
<html><head>
<script language="javascript">
function stpact(){
document.getElementById('Sbtn').disabled = true;
document.getElementById('outer').style.cursor = 'wait';
}
</script></head><body>
<div id="outer" style='background:#000099;' >
<p>test
<input type="button" id="Sbtn" onClick="stpact();" value=" Click ">
<br>test</p></div></body></html>