PDA

View Full Version : Generating a .cgi page in a pop-up window


tri-star
05-18-2003, 01:40 PM
Hi,

I have a mailing list script that I have configured and all is working fine.

However, as it is currently. You enter your details for the list, then you click the submit button and the .cgi page generates in the active window. To get back to the homepage you have to click a link in the .cgi page.

I want the .cgi page to be generated in a pop-up window after the user clicks on the 'submit' button for the mailing list.

Is there anyway to do this?

I have tried assigning simple html code like 'target="_blank"' to the submit button but none of it seems to work. I am not proficient in perl either...

Thanks