I have an ActiveX control on one page which is hosted in an iframe on a
second page. Whenever the ActiveX control is displaying a textbox, the links
on the second page (the one containing the iframe) are not clickable. If you
click them, the ActiveX object redraws itself, but the action associated with
the link is not performed. I've tried executing JavaScript on the onclick,
in the href, and just having a plain old link with no JS involved. None of
them work. If no text box is visible, the problem goes away.
What the heck?
|