 cysayles Registered User |
Quote
|
2015-04-18 19:05:17 |
|
I tried creating a hyperlink in the navigation menu expecting to open the url in an iframe on the same page, the url opens in its own page - how can I do this? an example would be appreciated.
|
 erik Registered User |
Quote
|
2015-04-19 05:30:43 |
|
As target of the hyperlink, set the name of the iframe. Then it should work.
|
 cysayles Registered User |
Quote
|
2015-04-19 13:35:08 |
|
Actually that was tried a few times prior to my posting, obviously without success. The url would always open in a new page and not the iframe.
|
 erik Registered User |
Quote
|
2015-04-19 15:24:56 |
|
Works for me. For the link, be sure to select "other" and enter the iframe name (like "myframe") without spaces. And be sure to name the iframe exactly like that, I think also upper and lower case is important.
|