shwetank1 0 Posted April 15, 2014 Report Share Posted April 15, 2014 we are opening multiple browser child windows using window.showmodellessdialog() method - Is there any way to get z-Index of this window w.r.t. parent window? window.style.zIndex gives null or undefined. I need Z-Index to maintain overlapping order of these windows. Regards, Shwetank Quote Link to post Share on other sites
justsomeguy 1,135 Posted April 15, 2014 Report Share Posted April 15, 2014 The window object doesn't have a property like that. You might be able to use onblur and onfocus events to track the order of the windows, although there's not a good way to tell when the window closes. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.