The following method would allow you to embed a web browser to a graphic page to view the desired web page.
FUNCTION
IEnavigate ( STRING sANnumber , STRING sURL ) ; //Enter AN number and website on button eg IEnavigate
("AN207", " www.google.com. ")
OBJECT oBrowser = ObjectByName ( sANnumber ) ; //Gets the handle of the Active X object and put
it into a cicode variable called oBrowser
_ObjectCallMethod ( oBrowser , "navigate" , sURL ) ; //Using "navigate" parameters put the URL
specified in the button into sURL
END1. Add the “Microsoft Web Browser” Active X to the page. In the LocationURL properties add sURL to the Associate property box
2. In run time press button to show the webpage.
Released for: Schneider Electric Egypt and North East Africa

