zeusdidit
07-01-2004, 06:38 PM
I have multiple html pages that contain a single form with a textfield that points to a specific Perl file (there are 7 perl files, each of which has it's own search criteria).
I need to have one html page with multiple textfields that will return the same search results as the 7 pages of HTML and Perl I currently have.
The issue I'm having is deliberating whether to parse the information in PERL or just check in Javascript which form item was filled in and then send the user to the correct Perl page.
I guess the bigger problem with the Javascript is what do I do if more than one form item gets filled...
Any help would be greatly appreciated.
Zeus
zeusdidit (http://www.zeusdidit.com)
I need to have one html page with multiple textfields that will return the same search results as the 7 pages of HTML and Perl I currently have.
The issue I'm having is deliberating whether to parse the information in PERL or just check in Javascript which form item was filled in and then send the user to the correct Perl page.
I guess the bigger problem with the Javascript is what do I do if more than one form item gets filled...
Any help would be greatly appreciated.
Zeus
zeusdidit (http://www.zeusdidit.com)