What I need to do (what client wants): We have a page in a web app. It’s going to display a little bit of HTML in an HTML Viewer. In the HTML will be a link to another site. No problem there. However, we also need to be able to link to another page in our own app.
Is this possible? I’ve looked at the hashtag property, and it doesn’t seem that this will solve the problem. The link opens in a new tab. I need to move to the new page in our app but remain on the same tab in the browser.
That is tricky. One way would be to have a run a http request from javascript to talk to the web app. But with “/special/” inside, so your app can answer there and react.