Basic JavaScript Question:
Download Questions PDF

How do you target a specific frame from a hyperlink in JavaScript?

Answer:

Include the name of the frame in the target attribute of the hyperlink in JavaScript. < a href=”http://www.globalguideline.com” target=”myframe”> Global Guide Line< /a>

Download JavaScript Interview Questions And Answers PDF

Previous QuestionNext Question
How to create arrays in JavaScript?What are a fixed-width table and its advantages in JavaScript?