JavaScript functions are not working with Outlook 2003

K

KK

Hello,

I have developed a small application to track daily activity time via email.
I have used HTML and JavaScript for the mail client. There are three buttons
on html email GUI and JavaScript functions have been called on the click of
every buttons. This application is working fine with Outlook 2000 and 2002
but not for Outlook 2003.

I know this is not working because JavaScript has been disabled. Can you
please let me the workaround for the same? Is there any way to enable the
JavaScript for Outlook 2003?

Thanks & Regards,
Kundan.
 
V

Vanguard

KK said:
Hello,

I have developed a small application to track daily activity time via
email.
I have used HTML and JavaScript for the mail client. There are three
buttons
on html email GUI and JavaScript functions have been called on the click
of
every buttons. This application is working fine with Outlook 2000 and 2002
but not for Outlook 2003.

I know this is not working because JavaScript has been disabled. Can you
please let me the workaround for the same? Is there any way to enable the
JavaScript for Outlook 2003?


There is no workaround unless to you can dupe the recipient into lowering
their security zone used to render HTML e-mails. By default, the Restricted
Sites security zone (which is normally at its High preset) is used to render
HTML mails, and that security zone disables Javascript, ActiveX, and lots of
other nasties that spammers and malcontents put into their spewage.

If you want to provide some specialty web-like interface then put your pages
and scripts up on a web server and put a link in your e-mails to have your
recipients go there, if they so choose.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top