Internet Object
 
Syntax
 
Internet.LocationName
 
Description
Displays the name of the currently opened Web page. The property is read-only.
 
See Also
Example
 
Sub Main
 
   Internet.GoHome ‘open explorer
 
   Wait 5 ‘seconds
   MsgBox Internet.LocationName
 
End Sub