
ThickAsThieves
Novice
Jul 23, 2004, 6:04 PM
Post #2 of 2
(360 views)
|
|
Re: [cjgtek] Attaching subform data to main form as file
[In reply to]
|
Can't Post
|
|
To popup a new browser window... target="new" (or something like that) in your anchor tag. As for the Perl to do the processing, well, you're asking a lot. But why don't you use PHP instead? Yes. Perl can embed its output in html and send it to browsers, email boxes, personal computers, the global positioning system, other processes, mobile telephones, washing machines, coffee makers and obedient wives (well not yet, but I'm trying to make it so!). You can have any number of cgi scripts process your input from any number of sources. You can even make all your cgi and pl scripts talk to each other, and their children talk interprocessonically! But Perl is not really for everyday browser-http-webserver communication. It sounds like you should start from the ground up and write a master program that will use horses for courses. TATAT
|