i would like to send an email in Outlook and include a button in the body that will give the reader a pop up alert box. Is there a way to write the javascript code within an email?
For eg:
<!-- JavaScript -->
<input type="button" value="Click me..." onclick="alert('Thanks... I feel much better now!');" />