EA opening broswer with webpage

 
Hi, I would like to ask if it is possible that EA would open browser with set webpage, at best scenario that webpage would be fixed - not changeable.

Is it possible ?

Thanks
 
using system DLL you can open a link with browser
 

Use 'WebRequest' instead. Why use DLL when you can do this without it.

http://docs.mql4.com/common/webrequest 

WebRequest - MQL4 Documentation
  • docs.mql4.com
WebRequest - MQL4 Documentation
 
Daniel Sic:

Use 'WebRequest' instead. Why use DLL when you can do this without it.

http://docs.mql4.com/common/webrequest 

You can't see the page fetched by WebRequest. It's possibly though to save the WebRequest response into html-file and open it locally in a browser, but this is again requires dll.
Reason: