jasonhuibers
Programmer
How can I close the window once the asp is finished processing?
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 language="javascript" type="text/javascript">
window.close();
</script>