Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Opening multiple popup windows

I have this chat application where I want to allow users to talk in multiple
rooms at the same time. When a user selects a room, a popup comes up and
the chat window opens. I have been able to get a single window till now.
I wonder if there is a way to open more than one popups.

Thanks.
[308 byte] By [kuki] at [2007-11-9 17:50:29]
# 1 Re: Opening multiple popup windows
Just be sure to give each popup a different name. And you can use JavaScript's
window.open or you can use target="new001" or target="new002" etc. within
links.

Best regards,
J. Paul Schmidt
http://www.Bullschmidt.com - Freelance ASP Web Developer
http://www.Bullschmidt.com/DevTip.asp - ASP Web Developer Tips

"kuki" <srilatak@yahoo.com> wrote:
>
>I have this chat application where I want to allow users to talk in multiple
>rooms at the same time. When a user selects a room, a popup comes up and
>the chat window opens. I have been able to get a single window till now.
>I wonder if there is a way to open more than one popups.
>
>Thanks.
Bullschmidt at 2007-11-11 23:16:56 >