I've been developing a help system using HTML, and I want to include clickable links that can trigger commands in a .NET application (such as guiding users through tutorials or workflows). I have explored the TCard() method for HTML help, but it seems to only function with compiled help files (.chm), whereas I am looking to achieve this functionality in plain HTML that is compatible with browsers other than Internet Explorer.
Do you think it's possible to accomplish this? If yes, what would be the most straightforward and effective approach to implement it?