Skip to Content
Head Rush Ajax
book

Head Rush Ajax

by Brett McLaughlin
March 2006
Beginner to intermediate
448 pages
13h 33m
English
O'Reilly Media, Inc.
Content preview from Head Rush Ajax
48
Chapter 1
We’re nally ready to code updatePage()... right? Since you’ve set up the
onreadystatechange property of the request object, the web browser will run
updatePage() when the server responds to the request. But something’s still missing...
Getting the server’s response
updatePage()createRequest() getBoardsSold()
I see how we can get the browser to run
updatePage() when the server responds,
but what about the data that the server
responds
with
? How do we get access to
that in updatePage()?
You’ve already seen how to tell the browser to
run the updatePage() function when the
server responds, but the browser—and that
request object you’ve been using—does even
more to help you out.
Once the browser gets a response from
the server, it gures out what to do
next by checking the request object’s
onreadystatechange property. And,
since you’re going to want the data the
server returned, the browser puts that data
in another property of the request object: a
property called responseText.
So any time you want to gure out what the
server returned in its response, just access the
request object’s responseText property.
The browser helps out again
In fact, the browser sets quite a
few properties on the request object
before it runs your JavaScript
function. Stay tuned to nd out
what these other properties do...
a little help from the browser
You can get
the server’s
response
using the
responseT ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz
What Successful Project Managers Do

What Successful Project Managers Do

W. Scott Cameron, Jeffrey S. Russell, Edward J. Hoffman, Alexander Laufer
How to Become a Game-Changing Leader

How to Become a Game-Changing Leader

Douglas A. Ready, Alan Mulally

Publisher Resources

ISBN: 0596102259Errata PageSupplemental Content