---
title: "How do you target a specific frame from a hyperlink?"  
description: "How do you target a specific frame from a hyperlink?"  
author: "Anonymous User"  
published: 2011-05-18  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/948/how-do-you-target-a-specific-frame-from-a-hyperlink  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# How do you target a specific frame from a hyperlink?

Include the name of the frame in the target attribute of the hyperlink. <a href=”mypage.htm” target=”myframe”>>My Page</a>

## Answers

### Answer by Anonymous User

Include the name of the frame in the target attribute of the hyperlink. <a href=”mypage.htm” target=”myframe”>>My Page</a>


---

Original Source: https://www.mindstick.com/interview/948/how-do-you-target-a-specific-frame-from-a-hyperlink

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
