Case based critical thinking
?
Case 13-4
?
Samantha is working on a web document. She wants to direct the browser to retrieve specific information about a URL, to reload the current page, and to load an entirely new page.
?
Which of the following commands can Samantha use toload a new page in the current window?
A. window.location = url
B. url.window = location
C. window.url = location
D. location.url = window
Answer: A
Computer Science & Information Technology
You might also like to view...
____________ is an enhancement of simple accessor and mutator methods.
a. Event handling b. Introspection c. Persistence d. None of the above
Computer Science & Information Technology
GUI stands for _____.
A. Graphical User Interface B. Generic User Interface C. General User Interface D. Graphical Utility Interface
Computer Science & Information Technology
The ____, or cell reference area located below the Ribbon, displays the cell reference of the active cell.
A. Name Space B. Formula Bar C. Name Pane D. Name Box
Computer Science & Information Technology
Based on the code below,intScores(2, 1)is initialized to ____.Dim intScores(,) As Integer = {{75, 90}, {9, 25}, {23, 56}, {6, 12}}
A. 25 B. 23 C. 56 D. 75
Computer Science & Information Technology