Picture of Simon Date
Re: Linking within pages and from one page to another (Adapt Builder)
by Simon Date - Friday, 28 October 2022, 10:02 PM
 

Hi Timo,

By 'start some functionality', I assume you mean you want to execute some Javascript? You can do so by adding the onclick paramater to a button or anchor tag.

This article should help. Assuming you are a course author use the 'on HTML' section.

For example you could have something like.

<aonclick="Window.close()">Exit course</a>

to exit a course.