We can invoke the Event of a button using SSJS...
Normally we used CSJS for this action.
Code as follows
document.getElementById("ID").click()
But same we can do in SSJS also...
getCompoenent("ID").getOnclick()
Normally we used CSJS for this action.
Code as follows
document.getElementById("ID").click()
But same we can do in SSJS also...
getCompoenent("ID").getOnclick()
The SSJS "getOnclick" doesn't seem to exist anywhere. I've tried several variations, and keep getting error messages.
ReplyDeleteCan you show it in a working example?
Thanks, in advance!