модальное диалоговое окно по Элементу управления ActiveX

Я использую jQuery модальные диалоговые окна (jQuery UI) для модальных всплывающих окон. Это хорошо работает, до недавнего времени мы установили activex плагин. Теперь, когда когда-либо разъем в активируется, это всплывающее окно идет позади плагина. Там какой-либо путь состоит в том, чтобы показать модальное диалоговое окно сверху activex плагина?

Браузеры: IE7, IE8

5
задан ram 18 December 2009 в 15:39
поделиться

2 ответа

I don't have an activex plugin on hand to test with, but I believe if you can hide the plugin behind an iframe. When you display your modal popup, create an empty iframe. Give it the same dimensions as your popup, and display it at the same location, but with a lower z-index. The iframe should render above the activex plugin, and your popup should render above the iframe.

I can verify that this technique works for masking