I have a problem with a HTML Application about some links that should open to...

Elian

New member
...another frame. How can I fix it? Hi all, I'm making a HTML Application with some frames. I have 3 frames: title (top), tree (left) and content (the rest). On the left frame I have some links, but when I click one it opens an Internet Explorer window with that link.

Here's the HTML code to one of the links:
<A HRef="title.htm" Target="Content">Home</A>

I also maked sure frame ID is "Content":
<Frame Src="./Data/Home.HTM" Id="Content" NoResize="NoResize" FrameBorder="0" Scrolling="No">

Please help...

P.S. Sorry for my (very) bad English.
 
Back
Top