I'm stumped on this one. . .
Recently changed my linkback URL on the Advanced tab from mysearch.html to mysearch.php
On most of my pages, I have a single search form and all is fine. I have one page - an Advanced Search page - that has two search forms: the usual one that's part of the site layout and a second Advanced Search form.
Please refer to page:
http://www.icdmeister.com/raf/search...ced_search.htm
"fibroid" is a good test search term
When I search from the first search form (upper left corner), my results are on the mysearch.php page as it's supposed to be. When I search from the second, Advanced Search form, the results are on the mysearch.html page not the mysearch.php page.
Here's the relevant source code:
Could the problem be related to have two components that both have the same name="zoom_query"? This seemed to work properly when I was using the mysearch.html instead of the mysearch.php link back URL.
Possibly related, possibly not. Not all of the categories are working properly from the Advanced Search form (ie. searching for thyroid in the Endocrine category gives no hits).
Hope you can point me in the right direction to fix this.
Thanks,
Andrew
Recently changed my linkback URL on the Advanced tab from mysearch.html to mysearch.php
On most of my pages, I have a single search form and all is fine. I have one page - an Advanced Search page - that has two search forms: the usual one that's part of the site layout and a second Advanced Search form.
Please refer to page:
http://www.icdmeister.com/raf/search...ced_search.htm
"fibroid" is a good test search term
When I search from the first search form (upper left corner), my results are on the mysearch.php page as it's supposed to be. When I search from the second, Advanced Search form, the results are on the mysearch.html page not the mysearch.php page.
Here's the relevant source code:
Code:
<form method="get" action="http://www.icdmeister.com/raf/search/mysearch.php"> <input id="zoom_query1" name="zoom_query" size="12" /> </form> <form method="GET" action="http://www.icdmeister.com/raf/search/mysearch.php"> <input type="text" name="zoom_query" size="33"> </form>
Possibly related, possibly not. Not all of the categories are working properly from the Advanced Search form (ie. searching for thyroid in the Endocrine category gives no hits).
Hope you can point me in the right direction to fix this.
Thanks,
Andrew
Comment