Hi All,
I'm in a bit of soup with my new assignment. Well...I need to write a HTML snippet which will be sent as an HTML email. On opening of email, automatically a HTTP request should be triggered. The purpose is to keep a log of the number of times a mail item has been accessed by the user.
I tried a lot of options before giving up. One of them is using JavaScript onLoad in the body tag and then triggering a request. Another option was to use the <iframe> tag and the above purpose was acheived.
APPLET could also be used.
The drawbacks of using the methods listed above are that these tags are renamed in yahoo mail & other web mail services (obviously for security purposes).
Could someone suggest a workaround ? I dunno if SSI tags could be used in anyway or even help. Help will be really appreciated.
Thanks & Regards,
Amit.