View Full Version : Popup Windows


J E P P O
03-20-2003, 06:03 AM
Help!!

How can u make multiple popup windows using a form button??

I would be really gr8ful!

Thanks

Cagez
03-20-2003, 07:12 PM
The neatest way would be to put all of the window.open calls in a function, then add a onclick event to the button that calls the function.