The most standard-based way is using form with GET method
<form method='GET' action='/00ON0000000FOHS?'> <input type='text' id='userInput' name='pc0' value='Enter Search String Here' /> <input type='text' id='userInput1' name=pn0' value='Enter Text Here' /> <input type='text' id='userInput2' name='pv0' value='Enter Text Here' /> <input type='submit' value='Change Link'/> </form> The name part of the input tag will be used as the argument key, and the value entered into the input field is the value in the get request.