How can a particular frame be targeted, from a hyperlink, in JavaScript?
Submitted by: AdministratorThis 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:
<a href="newpage.htm" target="newframe">>New Page</a>
Submitted by:
Read Online Expert Developer JavaScript Job Interview Questions And Answers
Top Expert Developer JavaScript Questions
☺ | Mention what is the disadvantage of using innerHTML in JavaScript? |
☺ | Which keyword is used to print the text in the screen? |
☺ | Why it is not advised to use innerHTML in JavaScript? |
☺ | Explain the concept of unobtrusive JavaScript? |
☺ | How are JavaScript and ECMA Script related? |
Top Scripting language Categories
☺ | AngularJS Interview Questions. |
☺ | Ext-JS Interview Questions. |
☺ | Dojo Interview Questions. |
☺ | Expert Developer JavaScript Interview Questions. |
☺ | jQuery Mobile Interview Questions. |