When using the window.confirm() method, if the user hits the Cancel button, ____.
A. a loop will execute
B. a value of true is returned
C. the dialog box remains open
D. a value of false is returned
Answer: D
You might also like to view...
A field's ________ determines what can be entered into the field
A) caption B) format C) data type D) primary key
You can change the date of a single occurrence in the Calendar by dragging the event to a different day, and then clicking Yes when prompted.
Answer the following statement true (T) or false (F)
Which of the following laws provides the same protection that covers mail and telephone communications to electronic communications such as voice mail?
A. Electronic Communications Privacy Act (ECPA) B. Fair Credit Reporting Act C. Computer Fraud and Abuse Act D. Computer Matching and Privacy Protection Act
A class-scope variable hidden by a block-scope variable can be accessed by preceding the variable name with the class name followed by:
a. :: b. : c. . d. ->