Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want a small search bar that when you enter a word into it, adds that word to a very specific url code.

Example: Search box says: danara

Url it goes to is > http://example.com/tagged/danara

I don't know how to do this and I'm not sure how to search for the answer; I've been looking for about 45 minutes now without stopping.

I want the search box to be able to be typed into--not a dropdown. Can anyone help?
Posted

1 solution

You do not mention which language you are using but the issue is the same in logical terms:
1. get the text from the search box
2. append that text to the constant URL
3. send the URL to your browser, external or internal
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900