Hello,
Is there any possibility to display HTML content in AX HTML control from external source (URL)
HTML control has method url. But it opens separate Internet Explorer window.
I even tried to setText on HTML control including JavaScript to change document location:
document.location.href="http://microsoft.com/";
But it also opens new window of Internet Explorer
Iframe tag also does not work. However img tag can be displayed correctly.
*This post is locked for comments
I have the same question (0)