I'm posting the OP's question and script (copied from the above mentioned URL) here for the benefit of anyone reading this thread:
If you are reading this, Thank You for your assistance. These scripts were written for me by a friend before he left to
work overseas. I have little experience with Perl.
Any assistance would be a great help thanks.
Please note that each search request can only search one database file at a time. I want to customize to search multiple
files at the same time.
I currently use the following form to search single dbname files from html template.
<a href="/cgi-bin/search.cgi?template=summary.htm&dbname=dbname&displ
+aynew=yes&action=searchdbdisplay">
Display all new records</a>
After attempted customization, i want use the following form (example only) to search multiple files
(of the same field definitions/format):
<a href="/cgi-bin/search.cgi?template=summary.htm&dbname=dbname1,dbnam
+e2,dbname3&
displaynew=yes&action=searchdbdisplay">Display all new records</a>
or
<a href="/cgi-bin/search.cgi?template=summary.htm&dbname=**dbname**&
displaynew=yes&action=searchdbdisplay">Display all new records</a>
In the "Summary Report" template
i want to use this link for sending the user to the detail report of the record displayed
<a href="/cgi-bin/search.cgi?template=summary.htm&dbname=**dbname**&ke
+y2=**key**&
action=searchdbdisplay">Detail Report</a>
Can the Perls of Wisdom, assist me in my struggle. I have been trying for 2 months to find a solution.
Thanks Again
Complete Search Script:
|