i am trying to embed a print link with in an html email blast.
i have tried following code but it does not work.
<a href="javascript:window.print();">
<img src="reward_08.gif" border="0" width="71" height="52" alt="PRINT">
</a>
Above code works fine when i do it within a webpage.
Any suggestions?