I began to post to the html forum, but they seem distracted with a post about toilets...
As this is in a php page passing variables, maybe it should be posted here anyway...
I've got a search page w/ a pull down list & a text box.
The customer selects one of the options, and types in a search term. The search returns the results to the same page, with the same pull down & text box at the bottom in order to 'search again'. When the results of a search come back, I have the text box at the bottom populate with the original search term, but the pull down will default back to the first option. I would like the value in the pull down that was selected for the search to be visible in the pull down in the results. (The pull down is a list of databases to search... Typically if someone plans to search a second time, they will need the same database)
Any ideas, folks?
As always, thanks for the valuable info.
As this is in a php page passing variables, maybe it should be posted here anyway...
I've got a search page w/ a pull down list & a text box.
The customer selects one of the options, and types in a search term. The search returns the results to the same page, with the same pull down & text box at the bottom in order to 'search again'. When the results of a search come back, I have the text box at the bottom populate with the original search term, but the pull down will default back to the first option. I would like the value in the pull down that was selected for the search to be visible in the pull down in the results. (The pull down is a list of databases to search... Typically if someone plans to search a second time, they will need the same database)
Any ideas, folks?
As always, thanks for the valuable info.