I need to (client would like) display some text in an html view in a web app. Text would contain some links. Some go to other sites. No problem there. However, some links are supposed to reference other “pages” in the app. Is this possible? If not, anyone have a suggested work around?
There’s no way to do it directly, but you can do it by using a hashtag link and the HashTagChanged event of the session. Make sure to set the link to open in the “parent”, not within the htmlviewer, by using target=’_parent’ in the link.
Sorry, I didn’t notice this was a “Web” topic… I know that works in the desktop, but haven’t used the Web app features, so give it a try and see if it works…
I’m not in front of my computer right now, but if I recall correctly, I believe there is an HTML example included with the WebSDK that shows how you could do this.