mmaz
Programmer
- Nov 22, 2000
- 347
Hi,
We have a directory of companies and we want to make it searchable and sortable. At the top of the page, there's A B C ...Z, and when the user clicks on one of the letters, I want to get the companies whose name starts with the submitted letter.
The problem is, there are also other controls on my search form, and they're submitted through the POST method, while the letters are in <a href>, passed with the GET method.
Does anybody have suggestions as to how I could achieve searching results with form controls AND alphabetical search, but without using client-side javascript?
HTML or server-side solution, anyone??
Thanks,
Marie
We have a directory of companies and we want to make it searchable and sortable. At the top of the page, there's A B C ...Z, and when the user clicks on one of the letters, I want to get the companies whose name starts with the submitted letter.
The problem is, there are also other controls on my search form, and they're submitted through the POST method, while the letters are in <a href>, passed with the GET method.
Does anybody have suggestions as to how I could achieve searching results with form controls AND alphabetical search, but without using client-side javascript?
HTML or server-side solution, anyone??
Thanks,
Marie