Hi,

Full disclosure - I just cut and paste my way through scripting - I don't really know what I'm doing.

Some time ago I got help with a little CGI perl script that included a link as a line of code with a variable in the form $page = 'open.html'; Now I need to have that open.html page open in a pop-up which I want to be a DHTML pop-up. So, the question is, how do I add all the DHTML pop-up code to the script (multiple lines) so that the script works OK without spitting out errors?

Thanks guys!

Recommended Answers

All 2 Replies

print qq{
all your popup code here
};

That was it!

Thank you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.