473,386 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

pop-up window below other windows

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

Nov 19 '05 #1
3 1106
Check this?

showModalDialog Method

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

http://msdn.microsoft.com/workshop/a...odaldialog.asp

"buran" <b@b.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
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

Nov 19 '05 #2
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
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:Ot**************@TK2MSFTNGP09.phx.gbl...
Check this?

showModalDialog Method

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

http://msdn.microsoft.com/workshop/a...odaldialog.asp
"buran" <b@b.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
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

Nov 19 '05 #3
set the focus to the popup (window.focus) - this is what brings a browser window to the top.

-- bruce (sqlwork.com)
"buran" <b@b.com> wrote in message news:%2****************@TK2MSFTNGP15.phx.gbl...
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

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Roy Smith | last post by:
In the recent "transforming a list into a string" thread, we've been discussing the fact that list.pop() is O(1), but list.pop(0) is O(n). I decided to do a little timing experiment. To be sure,...
4
by: Andre | last post by:
Hi guys, newbie question. I am having trouble with a script that is supposed to login me to my account on yahoo pop server. When i do this: import getpass, poplib, re POPHOST =...
15
by: Stig Brautaset | last post by:
Hi group, I'm playing with a little generic linked list/stack library, and have a little problem with the interface of the pop() function. If I used a struct like this it would be simple: ...
25
by: Nicholas Parsons | last post by:
Howdy Folks, I was just playing around in IDLE at the interactive prompt and typed in dir({}) for the fun of it. I was quite surprised to see a pop method defined there. I mean is that a...
7
by: Scott | last post by:
As said before I'm new to programming, and I need in depth explaination to understand everything the way I want to know it, call it a personality quirk ;p. With pop() you remove the last element...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.