Exam 8: Creating Forms With Javascript
Exam 1: Quick Html Know-How50 Questions
Exam 2: Basic Organization Techniques50 Questions
Exam 3: Power Techniques50 Questions
Exam 4: Html Structural Design Techniques50 Questions
Exam 5: Introduction to Cascading Style Sheets49 Questions
Exam 6: Introducing Javascript50 Questions
Exam 7: Using Images With Javascript50 Questions
Exam 8: Creating Forms With Javascript50 Questions
Exam 9: Using Javascript With Frames50 Questions
Exam 10: Using Javascript With Styles50 Questions
Select questions type
A stereo button is an input control that allows the user to select any number of options from a set of options.
(True/False)
4.8/5
(39)
It is essential for programmers to give the user some kind of visual or auditory clue as to what the program is doing or when it has completed its operation.Name five different ways that you can be notified by a program of its status.Imagine that you were selling circus tickets online.What are two ways you could notify users of the purchase process status?
(Essay)
4.8/5
(30)
Whenever a variable (or ____ return value)is being compared to the false value (== false),the comparison can be shortened by using the ! operator instead.
(Multiple Choice)
4.8/5
(32)
Case 8-2
David is adding a clear form feature to the Pete's Italian Pies Web site, and has written the following code:
function doClear() {
document.PizzaForm.customer.value = "";
}
-Referring to David's JavaScript above,the form object is contained with the ____ object.
(Multiple Choice)
4.8/5
(38)
You name each of the interactive objects in an HTML form (also called ____)so that they can be referenced within JavaScript code.
(Multiple Choice)
4.7/5
(32)
Case 8-1
Carmella is putting together an order processing system for her local pizza parlor, Pete's Italian Pies.
-In the JavaScript below,Carmella realizes that the doSubmit()function does nothing more than invoke the JavaScript ____ method.
< script>
Function doSubmit()
{
Alert("Your pizza order has been submitted.");
Return;
}
< /script>
(Multiple Choice)
4.9/5
(35)
You begin the process of creating a fully functional,robust form by ____.
(Multiple Choice)
4.8/5
(39)
JavaScript is capable of sending information to another location.This data transfer normally travels through a(n)HTML connection,eventually arriving at a Web server somewhere.____________________
(True/False)
4.8/5
(37)
Server-script programs are capable of many different functions,but they are most frequently used to update a transaction system.____________________
(True/False)
4.9/5
(36)
FIGURE 8-2
-Referring to Figure 8-2 above,which of the following statements is NOT true ____.

(Multiple Choice)
4.9/5
(44)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)