I have a Button that in SSJS send and Email…
Now I would if is possibile show the status of sending of email in real-time to the user:
- sending process….
- sending Successful or sending error
How Can i call a JS client codice from SSJS routine?
Have you any suggest?
8.5.3 introduced a very nice approach:
you may insert any CSJS code you like from the SSJS code.