How do I make my links open in another frame?
So you want a link in one frame, to open up in another frame. To do this, you have to target your links.
You can target a link by using the target="?" tag. Replace the ? with where you want to open the link.
So now you have to find out the name of the frame you want the link to open in. In your index.html (or whatever page you are using to put your frames together) you should see something that looks like this (not exactly, but similar):
So for example, I wanted my link to open up on the right.html frame. The name of this frame is rightside, so my target tag would be target="rightside". If I wanted my links to open up on the left.html frame, my target tag would look like this target="leftside".
If your frame does not have a name, just place a name="?" within the frame code, replacing the ? with what you want to name the frame.
Once you have the name of the frame, you can put it in your target tag, and place the target tag it in your link code.
So if I had a link in my left.html page, and I wanted it to open in my right.html, my text link would look like this:
Yahoo.com
An image link would look like this:
<:/a>
2006-08-24 00:32:56
·
answer #1
·
answered by kartoos5050 2
·
0⤊
0⤋
I assume you are creating 3 frames
One for Top (Banner Place)
Left hand side for Menu
Right hand side (Body Aread, Your effect area),
If anybody click on left (Menu) the page will load on right hand side (Body area)
Copy this script and paste after body tag
Be sure to change your file name according to the given one.
see dont open this url if you dont know!
and u will get nothing for 10 pts
why r u trying that ,that i cant understand
and that link may contain VIRUS also
2006-08-24 08:02:27
·
answer #4
·
answered by yogesh T 2
·
0⤊
1⤋
right click your mouse, choose open in new window
2006-08-24 07:27:30
·
answer #5
·
answered by Boliver Bumgut 4
·
0⤊
0⤋