hi everyone...
i need help with pop-up windows... i use the following line of code to create pop ups, but only one can be open at a time:
<a href="tessa.html" ONCLICK="window.open('tessa.html', 'popup', 'width=440,height=520'); return false">
the window opens fine, but the viewer must close this window before they can open another one, and unfortunately, not every viewer realizes this b/c if they click on the main screen, the pop up moves to the background, and thuis "is gone" to the average viewer...
soo.... is there something i can do to allow more that one pop-up window be on the sctreen at one time....
thanks, i appreciate all your help!
PS: how do they make those cool colored scroll bars on this site (and many other recently)?? does anyopne know?
i need help with pop-up windows... i use the following line of code to create pop ups, but only one can be open at a time:
<a href="tessa.html" ONCLICK="window.open('tessa.html', 'popup', 'width=440,height=520'); return false">
the window opens fine, but the viewer must close this window before they can open another one, and unfortunately, not every viewer realizes this b/c if they click on the main screen, the pop up moves to the background, and thuis "is gone" to the average viewer...
soo.... is there something i can do to allow more that one pop-up window be on the sctreen at one time....
thanks, i appreciate all your help!
PS: how do they make those cool colored scroll bars on this site (and many other recently)?? does anyopne know?
Comment