Click to See Complete Forum and Search --> : Problems with window.showModelessDialog on Mozilla


Isha
04-14-2005, 02:11 AM
hi all,
I have my application running fine on IE,but now for Browser Compatability,its giving lots of problems on Gecko Browsers.
window.showModelessDialog doesnt seem to be supported in Mozilla,and i have used it considerably on many pages.So please can anyone help me with how to get it up on Mozilla or a replacement for its functionality??? :confused:

Fang
04-14-2005, 02:43 AM
Use window.open or a popup div

Isha
04-20-2005, 07:40 AM
hi fang,
Thanx.window.showModelessDialog always remains on top.
Similarly i want window.open to always remain on top of other windows.I tried alwaysRaised attribute but doesnt seem to work in Mozilla and also onBlur=window.focus() does not work.Any other way?

Fang
04-20-2005, 02:21 PM
Try modal=yes

Isha
04-20-2005, 11:54 PM
hi Fang,
With modal=yes,the window will behave as a modal dialog which is blocking.
My requirement is that,i want to show a modeless dialog and the control should still go further to the servlet.So with window.open i can achieve the same but only that it does not retain focus.With modal=yes,it blocks the further execution until window is closed.Can there be any other way?

Fang
04-21-2005, 02:35 AM
http://www.irt.org/script/66.htm