Web Browsers White Papers
Submit Text Field or Textarea Values to the Server Without a Browser Refresh
Overview Ajax applications can automatically send to a server program the information that the user has entered into a text field or textarea. The application code waits for the text widget's onblur event to occur, then uses the request object to send just the data from that field or textarea. In many applications, this technique is preferable to requiring the user to click a Submit button, then sending all of the form's values to the server in a big clump. It is also much snappier in terms of the application's responsiveness.
| Publisher | O'Reilly Media | File Format | |
|---|---|---|---|
| Date Published | March 2006 | Downloads | 3 |
| Format | Book chapters | ||
| Topics | |||


