Targeting iframes
Autor: Maximilian H.
Visited 471,
Followers 1,
Udostępniony 0
Assistance needed please. When I target an iframe I usually use i.e.
<iframe src="hello.html" name="frame_a"></iframe>
<a href="website.html" target="frame_a">Wesbite</a>
Can I make a link in my top menu target an iFrame on the same page using Website X5 Pro?
Thanks, Max.
Posted on the
(It > En) ... as I have already indicated > here, you have to add id="iframe_a"
... for the link in the main menu you have to use a NEW LEVEL and through the properties you have to use the option File or URL | File on the Internet ... and type:
PageName.html" target="iframe_a
... actual page name, target, and as you see it. with asymmetrical apexes ...
...
... instead, for a normal link in HTML code you can use:
<a href="PageName.html" target="iframe_a"> Extra Page Name </a>
ciao
.