Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You have a form that you would like to submit using Ajax:
<form action="process.php">
<!-- value changed via JavaScript -->
<input type="hidden" name="usingAJAX" value="false" />
<label for="favoriteFood">What is your favorite food?</label>
<input type="text" name="favoriteFood" id="favoriteFood" />
<input type="submit" value="Tell Us" />
</form>