Microsoft IE Browser

Hi,

I want to embed a internet browser in a graphics builder page.

The actual Microsoft Web Browser ActiveX is not a possibility, because it doesn't support HTML5 and JAVA.

Can anyone point me a alternative ActiveX?

Parents
  • Bradley's suggestion might be a better alternative indeed.
    At first I thought that IE could do HTML5 at all, but IE 10 and up are supporting most of this standard, so it seems.
    Some HTML5 features might not work in the IE control, according to some forums (like video content).

    On a 64bit OS you might have to use the following key though:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION

    A decimal value of 11001 might work also. It forces IE11 mode for all pages if IE11 is installed ofcourse.
Reply
  • Bradley's suggestion might be a better alternative indeed.
    At first I thought that IE could do HTML5 at all, but IE 10 and up are supporting most of this standard, so it seems.
    Some HTML5 features might not work in the IE control, according to some forums (like video content).

    On a 64bit OS you might have to use the following key though:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION

    A decimal value of 11001 might work also. It forces IE11 mode for all pages if IE11 is installed ofcourse.
Children
No Data