WebSite X5Help Center

 
Maximilian H.
Maximilian H.
User

Targeting iframes  en

Author: Maximilian H.
Visited 364, Followers 1, Shared 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
1 ANSWERS
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

(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

.

Read more
Posted on the from  ‪ KolAsim ‪ ‪