Page 1 of 1
Modal Window over a modal window
Posted: Sat Jan 22, 2005 12:43 am
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
Posted: Sat Jan 22, 2005 1:09 am
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?
Posted: Sat Jan 22, 2005 2:17 am
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
Posted: Sat Jan 22, 2005 2:37 am
by feyd
do you have an example of this somewhere?
Posted: Sat Jan 22, 2005 4:16 am
by goog
no.......it was clients requirement......