Quote Originally Posted by tmighty2 View Post
I would like to ask how I could then interact with the hotspots that I assigned.
Does your framework perhaps offer a built-in method to iterate over them?
Why not iterate over them from the inside of a little js-function?
You can pass String-Parameters into such functions just fine from the VB-Side...
(like e.g. QuerySelector-StringPatterns, or just "plain IDs", along with e.g. Color-Strings).

In short, complex DOM-operations remain "in generic, clever parametrized js-helpers" -
and then these "nice trigger-parameters" could (should) be passed from the VB-side.

Olaf