Debt - Free Advertising - Wordpress Theme - Rome hotels - Discount Perfume

PDA

View Full Version : child Window always on TOP


saravanan.r
Nov 15th 2006, 2:16 am
Hi All,

I am opening a popup window by clicking a link. It should be always on TOP. what shall i do ? I have tried alwaysRaised=1 like this by using window.open. But It doesn't work properly.

Please assist me.....

Thanks
Saravanan.R

jaromin
Nov 15th 2006, 2:44 am
window.showModalDialog("filename");

But it works only in IE >= 5.0

saravanan.r
Nov 15th 2006, 3:04 am
thanks for quick reply jaromin.

I have tried this code also. But i am not able to navigate the parent window.

Actually my situation as follows,

I have opened a child window childWin from parentWin. after that i can able to navigate entire site. But the childWin should be always on TOP. this is what i want