Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
JavaScript The Web Warrior Series
Exam 11: Updating Web Pages With Ajax
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
True/False
You can use a server-side script as a proxy to access data from another domain.
Question 22
Essay
How can you create an asynchronous request with JavaScript?
Question 23
True/False
The XMLHttpRequest object can be used to request and receive data without reloading a web page.
Question 24
Multiple Choice
The value of the responseText property is almost always a(n) ____ string.
Question 25
Short Answer
All the information needed to create a JSON-P request is packaged into the URL specified for the ____________________ attribute of the script element.
Question 26
Short Answer
____________________ is a set of rules that defines how requests are made by an HTTP client to an HTTP server, and how responses are returned from an HTTP server to an HTTP client.
Question 27
Multiple Choice
Ajax gets its name from the fact that when it was first used, it was practical only with JavaScript and ____.
Question 28
True/False
CORS is supported by all browsers in use today.
Question 29
Multiple Choice
By combining the ____ object with DHTML techniques, you can update and modify individual portions of your web page with data received from a web server.
Question 30
Multiple Choice
The term ____ is another name for a web server and refers to a computer that receives HTTP requests and returns responses to HTTP clients.
Question 31
Multiple Choice
To improve performance, you should call the ____ method of the XMLHttpRequest object to cancel any existing HTTP requests before beginning a new one.
Question 32
Short Answer
A web server's reply to a request is known as the ____________________.
Question 33
Multiple Choice
After you instantiate an XMLHttpRequest object, you use the ____ method with the instantiated XMLHttpRequest object to specify the request method (such as GET or POST ) and URL.
Question 34
Multiple Choice
The purpose of the ____ policy is to prevent malicious scripts from modifying the content of other windows, tabs, and frames and prevent the theft of private browser information and information displayed on secure web pages.