Thread: Target frame
Results 1 to 2 of 2
Related
-
Side Bar Target Forum: CSS Forum
Replies: 5 -
target Forum: HTML Forum
Replies: 5 -
Save Target As... Forum: HTML Forum
Replies: 2 -
Frame Help, Form completes in a different frame Forum: HTML Forum
Replies: 1
-
06-06-2002, 12:55 AM #1
Target frame
Hello
I have two frames in my form and on one frame i have some links.Now, when i click on any of those links, my another html page should be opened in the other frame.How should i set the target for this?
Now, when i click on this links, the html page is opened in a separate browser.How should i avoid this?
Thanks in advance.
-
06-06-2002, 09:02 AM #2
In your frameset, your frames should be named something like:
<frame name="top" ...
<frame name="main" ...
Then, when you want a link to open in the "main" frame, the link should look something like:
<a href=URLofLink TARGET="main">