Answer the following statements true (T) or false (F)
1. Ajax involves the use of JavaScript and hidden fields for sending client data to the server.
2. Ajax allows Web developers to build a Web page that works more like a traditional desktop program.
3. With Ajax, as new data is needed, the browser sends a request to the server, and the server sends a small amount of data back to the browser, which updates the current page.
4. A tab dialogue box should have two buttons: OK and Cancel.
1. FALSE
2. TRUE
3. TRUE
4. FALSE
You might also like to view...
The ____ has a contractual right, which is usually implemented in the project plan, to a certain amount of transparency between customer and supplier.
A. supplier B. reseller C. acquirer D. consumer
Case-Based Critical Thinking Questions ? Case 11-2 ? Matt has developed a game using JavaScript that involves clicking of different mouse buttons continuously for a minute.The game provides instructions on which mouse button must be clicked and the number of times a button must be clicked to play the game. Which of the following mouse event object properties counts the number of times the player clicks the mouse button during the game?
A. evt.detail B. evt.which C. evt.relatedTarget D. evt.button