jquery placing a value in the textbox

jquery placing a value in the textbox

Hi,
I am new to jquery.

I got the below requirement, a quick help will be more useful.

1) I will have a jsp carrying a text box. (Let us consider hello.jsp carry a text box called yourname)

2)The user calls the jsp with parameters in the url.
  For example, he calls the jsp as "http://hostname:port/appname/hello.jsp?name=jquery

3)When the jsp is loaded the textbox should display "jquery"

Any help is appreciated.