>N..." /> How Can A Particular Frame Be Targeted, From A Hyperlink, In JavaScript? >N..." /> >N..." />
Answers

Question and Answer:

  Home  Expert JavaScript Developer

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

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>

 176 views

More Questions for you: