ShowModelessDialog
Jul 23, 2005I`m dynamicly creating a doc for a modeless window in IE 6..
win= showModelessDialog(oArgs, window, sFeatures);
win.document.title = 'some title'
doesnt work. Any ideas ?
I`m dynamicly creating a doc for a modeless window in IE 6..
win= showModelessDialog(oArgs, window, sFeatures);
win.document.title = 'some title'
doesnt work. Any ideas ?
When I use window.showModelessDialog() to open a window. And then on the
opened window to open an another window with the same function,
window.showModelessDialog(). The last opened one is always on the top of the
first opened one. Is there any "work around" to have the first opened one go
to the front?
i have a link through which i am opening a showModelessDialog . in that page there is a link for Cancel and Next. when the user clicks on Cancel the window closes and when the user clicks on Next another showModelessDialog opens [Closing the existing one].The problem is it does the same thing but that second showModelessDialog takes top and left as 0 and goes to the top-left corner of the screen. i have set the center parameter to Yes then also the problem perist. below is my code:
View 1 Replies View Relatedwhat is the replacement for window.navigate in mozilla & i was used window.showmodelessdialog in IE5 - in mozilla it is not working
View 5 Replies View Related