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.
If Screen Is Nothing Then
MsgBox "Please open Attachmate EXTRA! mainframe client first"
[red]Goto Finish[/red]
End If
Set System=CreateObject("EXTRA.System")
If [red][u]Not System[/u] Is Nothing[/red] Then Set Session=System.ActiveSession
If Not Session Is Nothing Then Set Screen=Session.Screen
If [b][red]Screen Is Nothing[/red][/b] Then