Hi all,
I have a real tricky problem to solve with 3.1.5.
I want to passthrough some information from the search form to my results
page.
Basically it's a string, which encodes some information about some
checkboxes on the search form, which are set accordingly in the results form
by a javascript.
I thought it might be to use the $PATH_INFO environment variable, because it
contains the whole query string, which I can parse for additional key-value
pairs.
This works fine at the first glance, but there is a problem if I get results
on more pages. If I navigate to another page I loose this information,
because my additional variables are not appended to the page-navigation
urls.
So someone a good idea of how to solve the problem by:
finding a better way to get information passed through from search form to
result form, including page navigation
or
giving me a hint on a configuration option I could use to append additional
variables to each page-navigation url?
Tnx
Stefan
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html