Update forms

U

utradeshow

Hey Guys, I need to create a form that the end user can update and pres
SUBMIT and the results will remain in the updated TEXT BOX.

Any Ideas?

Thank


-
utradesho
 
M

MD Websunlimited

If your using ASP then you could just post the values back.

<input type="text" value="<%=name%>" size="20" name="name" >
 
Top