I'm building a user manual using a SharePoint Wiki site and would like to be able to set the target for some of my links to an iFrame on the page.
My scenario is like this:
Text text text [[Ordinary Link]]
- [[Topic One]]
- [[Topic Two]]
- [[Topic Three]]
(inserted Web Part - Page Viewer with title "Instructions") (also tried Content Editor)
What I want to happen is when I click on either Topic One, Topic Two orTopic Three, the link reference opens in the iFrame/Web Part "Instructions".
I have tried editing the HTML to change the [[Link]] to <a href="/Pages/link reference.aspx?IsDlg=1" target="Instructions">Link</a>, however as soon as I save the changes, the 'target="Instructions"' is removed. Is there anyway that I can set the links to open in the iFrame/Web Part?
Thanks in advance :)