AJAX - Javascript Function Library

AJAX : Overview | Reference | Quick Start | Examples | Download

Arrays : Overview | Reference | Download

Ajax : Examples : Parsing a JSON object

Name
Age
Gender
 

This example invokes a Request to Ajax_Employee_JSON.aspx which returns a JSON object, we parse it and insert the key/value pairs into the form

View the source to see the Javascript