Targeting the iFrame (linking)
1
This is the main page.
This is where you have
placed the HTML object and inside that is the code above that produces the iframe
-
2
This page will show up in that iFrame
src="
FrameA.html
"
This is the web studio page that you named
FrameA
<A HREF=" FrameB .html" TARGET=" A ">Click Here</a>
You can add the target by right clicking on the text object and simply add TARGET="A"
or
You can highlight some text, right click on it and use add/edit link and put in
FrameB" TARGET="A
web studio will put in the " quotes
The same for linking an image as linking text right click add/edit link and put in the link like below
4
This is a new page you can make in web studio and name it
FrameB
Now to have this page go into that Main pages iFrame you'd put a link aiming for that target which is
name="A"
If you hand coded the link it would look like this
It's actually simpler than it sounds... try it out I bet you'll get it first time!