Update forms

  • Thread starter Thread starter utradeshow
  • Start date Start date
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
 
If your using ASP then you could just post the values back.

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