Skip to main content

hello everyone, I'm trying to run a JavaScript function when click to the button as screenshot  ,

 

But nothing happens when I click to button .

 

 

25157i2284AF0A54992B96.png25158i594A85117C28F1E5.png

Hi @Akhanjer ,



 



You will need to switch off Prevent XSS if you want to execute script - that setting will sanitise any JS script transferred to the Data Label.



 



HTH,



Ernie


thank you it is work 🙂


Happy it works!



 



Just as a word of warning - you will need to use Prevent XSS setting on fields that load values that external parties can alter to prevent injection of potentially harmful JavaScript. Only use JS injection on fields that users can't change.



 



Cheers,



Ernie


This will work the first time because "Execute JavaScript" fires it's Change event. If you send the same command again, Change is not fired and the Javascript isn't executed. You have to blank out "Execute JavaScript" before sending the script again.

Reply