+1 vote
in JavaScript by
How Do You Target A Specific Frame From A Hyperlink?

1 Answer

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

Related questions

0 votes
asked Jun 8, 2022 in JavaScript by sharadyadav1986
+3 votes
asked May 14, 2019 in Machine Learning by Derya
...