PDA

View Full Version : text boxes


giants10
04-26-2008, 09:04 AM
what is the best way to update information edited on a text form right away? for example, if i entered in "hello" in a textbox and submit it, how can the information automatically be displayed in a box without refreshing the page?

effpeetee
04-26-2008, 12:59 PM
I'm CodingForums.com's MOST WANTED

Join the queue!

effpeetee

Apostropartheid
04-26-2008, 03:28 PM
Maybe you should google AJAX and its implementations. It basically means you can submit form data and retrieve content from the server via JavaScript.