Hi all,
I want to reset the value of HTML FORM's textfield. I retrieve this value from
Req.getparameter() method and assign to the variable
String ID = Req.getParameter("projectid");
<form method=post action="update">
<input type=text value="+ID+">
<input type=submit value=update>
so initially my form's textfiled has a value which I assign to the ID variable. now if I change the value of this textfield. how can I reset it to new value so when i hit update button it will send new value to "update servlet"
thanks
tejas
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
