all groups > dotnet jscript > march 2005 >
You're in the

dotnet jscript

group:

pop-up window below other windows


Re: pop-up window below other windows Ken Cox [Microsoft MVP]
3/19/2005 10:51:07 AM
dotnet jscript: Check this?

showModalDialog Method

Creates a modal dialog box that displays the specified HTML document.

http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/showmodaldialog.asp

[quoted text, click to view]
Dear ASP.NET Programmers,

I have a button which opens a pop-up window on top of the main windows when
pressed. However, on the pop-up window, I have another button which again
opens a pop-up window when pressed, but this time below the opener pop-up
window. I want this third window opened on top of all windows. How can I
accomplish this? Thanks in advance...

Burak
pop-up window below other windows buran
3/19/2005 5:05:01 PM
Dear ASP.NET Programmers,

I have a button which opens a pop-up window on top of the main windows =
when pressed. However, on the pop-up window, I have another button which =
again opens a pop-up window when pressed, but this time below the opener =
pop-up window. I want this third window opened on top of all windows. =
How can I accomplish this? Thanks in advance...

Re: pop-up window below other windows buran
3/20/2005 12:00:00 AM
Thank you Ken, but as far as I can understand, this method opens a modal
dialog box that cannot be minimized. Actually, I wonder whether there's a
way to accomplih this with window.open() method?

Buran


[quoted text, click to view]

Re: pop-up window below other windows Bruce Barker
3/21/2005 5:02:20 PM
set the focus to the popup (window.focus) - this is what brings a =
browser window to the top.

-- bruce (sqlwork.com)
[quoted text, click to view]
Dear ASP.NET Programmers,

I have a button which opens a pop-up window on top of the main windows =
when pressed. However, on the pop-up window, I have another button which =
again opens a pop-up window when pressed, but this time below the opener =
pop-up window. I want this third window opened on top of all windows. =
How can I accomplish this? Thanks in advance...

AddThis Social Bookmark Button