Hi All,
I use html to dump some statistics I collect from different servers, and them email this file via SMTP email.
Basically I email html pages with mime type
No I wish to add javascript to these html pages, to make them dynamic and more useful.
I have tried changing mime to
but none of these are accepting the javascript code.
Also, setting mime to html display html part of code fine, but simply ignore the javascript code.
I have checked on wikipedia that Outlook supports javascipt I am using outlook 2007.
Any help here..?
Thanks and Best Regards,
I use html to dump some statistics I collect from different servers, and them email this file via SMTP email.
Basically I email html pages with mime type
Code:
Content-Type: text/ html
I have tried changing mime to
Code:
Content-Type: text/ javascript Content-Type: text/ javascript1.0 Content-Type: text/ jscript Content-Type: application/ javascript
Also, setting mime to html display html part of code fine, but simply ignore the javascript code.
Code:
Content-Type: text/ html Content-Type: text/ html/ javascript [not sure how, but this work same as above LOC]
Any help here..?
Thanks and Best Regards,
Comment