Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to execute an Actionlist from within a page script?

execute page Script
0
Posted

How to execute an Actionlist from within a page script?

0

The call to executeActions will not work from within a page script. This is due to the restriction that the control panel cannot play multiple action lists at the same time and a page script is always executed after a page jump action within an Actionlist The way to do this is by scheduling the playing of the Actionlist as follows: – in the page script – … var w = CF.widget(“myButton”); if (w) w..scheduleActions(); … Now the actions of myButton will be executed after the page jump action is completed.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123