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.
strResponse = InputBox("Enter: ", "Title", "Default")
If Trim(strResponse & " ") = "" Then
MsgBox "Cancel Clicked"
Else
MsgBox "OK Clicked"
End If
[blue]If Trim(strResponse & "[COLOR=black red] [/color]") = "" Then[/blue]