ID:178275
 
How do I set up the browser so that there are HTML links that lead to procs when clicked on? Or is this not possible?
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.
Garthor wrote:
How do I set up the browser so that there are HTML links that lead to procs when clicked on? Or is this not possible?

There's info on this in my BYONDscape article: Dream Tutor: What Good Is The Browser?

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().

Lummox JR