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
  • Well depending upon the site/web application you want to view (and maintaining this solution), sometimes the following work-around can be used:

    Add a new DWORD "Citect32.exe" into
    registry (\HKEY_CURRENT_USER\Software\Microsoft\Internet
    Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION ) and set the value to
    11000 (Decimal).

    That will tell the Microsoft Web Browser ActiveX to emulate the version on your OS, by default it is version 6 or something.
Reply
  • Well depending upon the site/web application you want to view (and maintaining this solution), sometimes the following work-around can be used:

    Add a new DWORD "Citect32.exe" into
    registry (\HKEY_CURRENT_USER\Software\Microsoft\Internet
    Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION ) and set the value to
    11000 (Decimal).

    That will tell the Microsoft Web Browser ActiveX to emulate the version on your OS, by default it is version 6 or something.
Children
No Data