khalidmehmood 0 Newbie Poster

Hi Experts!
I am developing a online shopping module I am new to JSP.
I have develop the interface as under for one product:

Product Name
Manufacturer
Stock Quantity
Price
<Input text field to input quantity to purchase>
hyperlink Buy Here that pass the parameters product ID, product name, price but not passing the input text field value.
and i have no idea to implement this one.
help me in passing text field value as hyperlink parameter value.