Take a look at the topic() procs... with those, you can set up special links that reference an object... clicking on that link will then call that object.topic(), from which you can call whatever other procs you need to.
That's the basic idea... I don't remember exactly how it works, but the F1s should give you some examples.
The article includes a pretty thorough analysis of how to use the browser procs to create Web pages, and how to make links trigger procs using client.Topic().
That's the basic idea... I don't remember exactly how it works, but the F1s should give you some examples.