DEVFYI - Developer Resource - FYI

How do you target a specific frame from a hyperlink?

JavaScript Interview Questions and Answers


(Continued from previous question...)

13. How do you target a specific frame from a hyperlink?

Include the name of the frame in the target attribute of the hyperlink. <a href=”mypage.htm” target=”myframe”>>My Page</a>

(Continued on next question...)

Other Interview Questions