How can a particular frame be targeted, from a hyperlink, in JavaScript?

Submitted by: Administrator
This can be done by including the name of the required frame in the hyperlink using the 'target' attribute.

<a href="newpage.htm" target="newframe">>New Page</a>
Submitted by:

Read Online Expert Developer JavaScript Job Interview Questions And Answers