Exam 10: Creating Pop-Up Windows, Adding Scrolling Messages, and Validating Forms

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The display object component of a scrolling message is a text string assigned to a variable._________________________

(True/False)
4.9/5
(28)

Which of the following is the general form for the JavaScript statement used to assign a value to a text field object within a form?

(Multiple Choice)
4.9/5
(36)

The ____________________ attribute of the open()method includes the address bar in a pop-up window when set to the value of yes.

(Short Answer)
4.9/5
(30)

The _____________________________ built-in function is the only function that tests for numeric values.

(Short Answer)
5.0/5
(34)

A(n)____ is any expression that evaluates to true or false.

(Multiple Choice)
4.8/5
(33)

Form validation in JavaScript can use a series of nested ____________________ statements.

(Short Answer)
4.8/5
(46)

If a value of 12Wre is entered,parseInt()will convert to ____.

(Multiple Choice)
4.9/5
(30)

The statement,window.setTimeout("scrollingMsg()",200),calls the function scrollingMsg()every 200 seconds,allowing the message to scroll continuously through the text box.

(True/False)
4.9/5
(38)

Identify the letter of the choice that best matches the phrase or definition. -Converts a string argument into a decimal floating-point number

(Multiple Choice)
4.9/5
(43)

A(n)____ is a series of statements that executes repeatedly until it satisfies a condition.

(Multiple Choice)
4.8/5
(37)

The substring()method needs two parameters (x,y),where x is the starting point of the string and y is the location of the first character placed in the string.

(True/False)
4.8/5
(34)

Which of the following attributes supplied in the open()method allow you to determine the size at which the new window initially displays?

(Multiple Choice)
4.9/5
(37)
Showing 101 - 112 of 112
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)