CIW JavaScript Fundamentals exam 1D0-435 Question # 3 Topic 1 Discussion

CIW JavaScript Fundamentals exam 1D0-435 Question # 3 Topic 1 Discussion

1D0-435 Exam Topic 1 Question 3 Discussion:
Question #: 3
Topic #: 1

Which of the following is a correct way in JavaScript to target the second frame in a frames array, assuming the name of the frame is "b"?


A.

parent.b.location.href = "new.htm";


B.

parent.frames[1].location.href = "new.htm"; or parent.b.location.hre = "new.htm";


C.

parent.frames[1].location.href = "new.htm";


D.

parent.frames[1].URL.href = "new.htm";


Get Premium 1D0-435 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.