AJAX
AJAX intro
AJAX basics
AJAX browsers
AJAX forms
AJAX sending data
AJAX summary

Programming

Programming intro
Java

Markup

First webpage guide
HTML
XHTML

Style & Layout

CSS

Browser scripting

Javascript
VBScript
AJAX

Server scripting

PHP
ASP

Making money online

Make money online

AJAX forms

An AJAX object is created, but now what? How do we display data on the page from AJAX? One way to do this is with forms.

This lesson focuses on:

AJAX and forms

There is no special form or forms you have to use with AJAX to get data from it. A regular form will do, the only difference is with AJAX the form does not need a submit button and the data will get sent without it. This is the magic of AJAX!

Form:

Name:

Advice:

The above form will be used together with AJAX in the next lesson and it will display some text in the "advice" field once the user enters their name into the "name" field.

Practice

Online code editor
Practical examples
Practical exercises
Step-by-step tutorials

Reference

Terms glossary
Reference material

Rate this site

Rate this site
Visitor comments