Hi Team,
We have added a button fromusing Advanced HTML with the below code.
<input type="button" value="Refresh" onclick="Test();" />
and have written a function Test() { console.log("ttt")};
However the above code is not working in both the below scenarios,
- From External Script
- Also from JS code section
Appreciate your help on this.