Em Sat, 18 Jul 2009 17:23:52 -0300, Pete Poulos
escreveu:
Thanks for the reply Thiago,
You're welcome!
How would you set it up? If I have variable number of search criteria
(the user can leave some criteria empty, also some searches I've seen
let users add new criteria rows), wouldn't I
Thanks for the reply Thiago,
I have a question about this item:
>> Page Context
>> Store the search criteria in the page context (by encoding it into a
>> string representation?). It seems like a large number of sites store
>> their search criteria into the pages URL in one manner or another,
>>
Em Sat, 18 Jul 2009 15:40:10 -0300, Pete Poulos
escreveu:
Hi,
Hi!
Session
Store the search criteria in the users session. From what I can tell
this won't work because when the user starts a new search in a new tab
the new search criteria will replace the search criteria used by the
tabs
Hi,
I have a search page where users enter in a set of search criteria and
are then redirected to a search results page. I don't want to display
all of results in one page, so I am working on implementing a
paginated navigation bar along the top of the page which looks
something like the followin