|
-
Mar 7th, 2012, 10:36 PM
#3
Thread Starter
Fanatic Member
Re: How to target the link in adjacent frame
 Originally Posted by SambaNeko
Give a "name" to any frame that you want to target:
Code:
<frame src="frame2.html" name="frame2">
...then use that name as the target of any link that you want to appear in it:
Code:
<a href="mission.html" target="frame2"> MISSION </a>
As goes the standard adage: frames are not good practice and are best avoided entirely.
Yeah Samba, i did the same, and gave the page name in target value, but still when i click on link so it open in a new tab in mozila firefox.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|