Consider the following JavaScript code:
“parent.twoframes.frames[1].location.href = “new.htm”
Where does this code place the file new.htm in a three-frame browser window?
A.
On the left side, running down the entire page.
B.
In the second frame, defined in the twoframes frameset.
C.
In the lower-right frame of the three-frame page.
D.
The two right frames are replaced with one page.