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">
function callme()
{ window.location.href = 'giftorderprocessed.cfm';}
</script>
<iframe scrolling="no" src="[URL unfurl="true"]http://www.mydomain.com/test1.asp"[/URL] align="left" frameborder="0" height="600" width="400" vspace="0" hspace="0"></iframe>
ASP UPDATE
<script>
alert("Successful Update");
callme();
</script>
parent.callme();