I have a Web Browser object that I want to display using a dialog window.
The problem that I have is that the javascript subroutine javascriptAction: is not triggered when clicking a link, if the form is a dialog window.
It works perfectly in a normal (not dialog) window, returning the expected info(“javascriptvalue”) from the Web Browser.
I believe that this worked for me at least once, but then it stopped working and have not been able to make it work again.