Showing posts with label Internet Programming. Show all posts
Showing posts with label Internet Programming. Show all posts
Sunday, 22 March 2015

Test answers for DHTML Test 2015


DHTML Test 2015
oDesk • Internet Programming

1. After clicking on a link, your main browser window spawns a small new window and writes some text on it. When both the window page sources are viewed, the small window page source seems identical to that of the large one. Which of the following makes this happen?
Answers:
• The function writing to the new window did not close the document stream
• Windows receive the source code of the window that wrote to them
• Since the new window has no filename, it receives the source code of its parent
• None of the above

2. DHTML is a standard defined by the World Wide Web Consortium.
Answers:
• True
• False

Test answers for DHTML Test 2015


1. After clicking on a link, your main browser window spawns a small new window and writes some text on it. When both the window page sources are viewed, the small window page source seems identical to that of the large one. Which of the following makes this happen?
Answers:
• The function writing to the new window did not close the document stream
• Windows receive the source code of the window that wrote to them
• Since the new window has no filename, it receives the source code of its parent
2. DHTML is a standard defined by the World Wide Web Consortium.
Answers:
• True
• False