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" >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top