Internet Object
 
Syntax
 
Internet.ClosePage
 
Description
Close the Microsoft Internet Explorer activated from Tradium.
 
See Also
Example
 
Sub Main
 
   Internet.OpenPage "http//www.tradium.nl"
   Wait 5 ‘sekonden
  
   Internet.ClosePage
 
End Sub