Displaying a URL without Web Browser Component

Is there any way to use system.net.httpGet() to retrieve html code and display it in Ignition? I would use the web browser component, but it does not support the operating systems I have available for my client. The document viewer is deprecated so I’m not sure another component or method would work.

Unfortunately the web browser component is the only supported way to display HTML inside an Ignition client.

You may have to open the URL in an external browser instead.

Thanks for the reply, the external browser does work but is far from seamless for use. I will probably have to reverse engineer the generated html page in Ignition which is what I was trying to avoid. oh well.