Hello!
Is it possible to take value from a textbox and add it to URL in HTML?
For example, if text in textbox is "Nipun", then add this to "google.com/search?q=" & make it Nipun - Google Search ?
If its not possible in HTML, then which language can do this and how?