Modal Window over a modal window

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
goog
Forum Newbie
Posts: 3
Joined: Sat Jan 22, 2005 12:41 am

Modal Window over a modal window

Post by goog »

can anyone help on this

I want to display a modal window over an another modal window.....is there any possibility of doing it......bcoz i am sending messages through sockets and for each message i need to display a window that needs to be a modal window.......

thx
Goog
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

what architecture is this under? I think Javascript stops execution of background code while a modal is up... at least the code where the modal occurs.. other parts of the window should still run..

Maybe you should redesign how this all works?
goog
Forum Newbie
Posts: 3
Joined: Sat Jan 22, 2005 12:41 am

Post by goog »

i am using the same javascript(window.open()) and php....i am running a client socket in another frame and making a window to appear when the client socket receives any message from the server socket.........suppose if the server socket sends the message continously i need to open a seperate window for each message in the client socket window.......and the other portions of the main window must not be editable........is that possible.....and also plzzz tell me if u hv any idea.............

thx
Goog
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

do you have an example of this somewhere?
goog
Forum Newbie
Posts: 3
Joined: Sat Jan 22, 2005 12:41 am

Post by goog »

no.......it was clients requirement......
Post Reply