Accept notification on body html from html label?

Can I accept notification on body html file from html extensions label?
or is there a way that I Can notify to body html from html extensions label?

thank you for usual support .

HTML Label does not allow to run JavaScrtipt code, so some generic mechanism for sending notifications from it may be difficult to achieve.

If you would like to get a notification about a user clicking some element displayed by the label, this could perhaps be achieved if the label link modified a hash of the scene URL and body-end.html listened for the hash modification using the hashchange browser API (it is just an idea to try, we haven’t tested it).

1 Like