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


Need help?
Product Selector
Quickly and easily find the right products and accessories for your applications.
Get a Quote
Start your sales enquiry online and an expert will connect with you.
Where to buy?
Easily find the nearest Schneider Electric distributor in your location.
Help Center
Find support resources for all your needs, in one place.