Page 1 of 1

link that opens new popup windows over and over

Posted: Fri Jul 16, 2010 10:23 am
by gth759k
I wasn't sure how to put the question, but I've got a link that opens a new popup window and that's fine, but then I need to be able to click the same link AGAIN and now have 2 popup windows and so on. Its for a simple chat application I'm working on ... the user clicks the link and a small window opens and they can see their online friends and pick one to start chatting with them. Then if they want to, I want them to be able to click the same link to open a new window showing all their online friends and so on. Right now if they click the link again it just reloads the popup thats already open. Does anyone know how to make a link do what I'm talking about. Any help would be appreciated. Thanks.

Re: link that opens new popup windows over and over

Posted: Fri Jul 16, 2010 12:39 pm
by gth759k
Never mind, I used the jquery.popupWindow plugin and that did exactly what I wanted.