11.3 Navigate to another Page or Resource

Use the SYS_WEB.Navigate method to navigate to 3rd Party web pages or resources. This takes a URL and a target of either the Current page or a New page.

* Open the LANSA Documentation web site in the current page

#sys_web.navigate( "http://docs.lansa.com" Current )

 

* Open the pdf document from the web server in a new page

#sys_web.navigate( "/images/lansatools/LANSA-Tools-Catalogue.pdf" New )

 

* Send an email using broswer default program

#sys_web.navigate( "mailto:someone@example.com?Subject=Hello%20again" Current )