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=VBScript>
Sub btnSaveAs_onclick()
MsgBox filBrowse.value
End Sub
</script>
</head>
<body>
<input type=button id=btnSaveAs value="Save As">
<input type=file id=filBrowse>
</body>
</html>
<html>
<head>
</head>
<body>
<form name="alpha">
<taxtarea name="txt" cols=10 rows=10></textarea>
</form>
</body>
</html>