Internet Object
 
Syntax
 
Internet.LocationURL
 
Description
Displays the web address (http://...) 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.LocationURL
 
End Sub