Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to pass parameter from servlet to html form

Answer Posted / haneef

By the Hidden form fields..

we can set the name and values here

<input type="hidden" name="uName" value="xxx" />

this way, u can send u r parameters to html

(or) by cookies
Cookie c1=new Cookie("uName","xxx");
response.addCookie(c1);

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell us something about servletconfig interface.

1051


What is the advantage of Servlets when compared with other server side technologies?

2393


What are the different session tracking techniques?

1242


Explain Action Servlet?

1147


What are the annotations used in servlet 3?

1078


If servlet receives multiple requests, how many objects will it create?

1437


What is difference between PrintWriter and ServletOutputStream?

1350


Why filter is used in servlet?

1038


Why do we use sendredirect() method?

1020


What is the difference in between the httpservlet and generic servlet?

1182


What is the use of attribute in servlets?

1084


What is servlet in tomcat?

1100


Why HttpServlet class is declared abstract?

1274


What are important features of Servlet 3?

1149


How do I support both get and post from the same servlet?

1251