Each product page of a catalog will have a url with a product parameter e.g.

www.MyWeb.com/LitRequest.htm?Product1
or www.MyWeb.com/LitRequest.asp?Product1

I would want that value 'Product1' to show up on the LitRequest Form and then get transmitted when the form is completed and submitted submitted Thank you

Hi,
Did you try request.getparameter().....you can read the paramters from url using this and then set in on the form.

Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.