How get input text field from HTML into JavaScript and go to URL?
I\'m building one WebPage where you type some word into the input field and the Java gets this string a
Use window.location.href = "your url".