how to enable javascript in sent mail

S

Steve

hello,
i need to send emails ( HTML emails ) that have javascript processing
kept enabled when they reach their destination.i tried but seems
everything related to javascript ( events, keywords etc.. ) is deleted
when mail reaches destination.
is there a workaround for this?
 
E

Evertjan.

Steve wrote on 02 nov 2006 in comp.lang.javascript:

No, no, perhaps you "want".
What would you call "needing" the imposssible?
to send emails ( HTML emails ) that have javascript processing
kept enabled when they reach their destination.i tried but seems
everything related to javascript ( events, keywords etc.. ) is deleted
when mail reaches destination.

An email is not stripped, [but by super stringent virus scanners].
Any email client thet runs js is a unacceptable security hazard.
is there a workaround for this?

Ask the recipient to run the [attached!] html in their brower.
There will always be some fools that will actually do that.
 
S

Steve

Evertjan. said:
An email is not stripped, [but by super stringent virus scanners].
Any email client thet runs js is a unacceptable security hazard.
but what if the email client was a browser like FF or IE and the mail
server is LiveMail or Gmail
how do they filter js code out of the mail.
so there is no way that you know of capable of doing this,and by the way
 
S

Steve

Steve said:
Evertjan. said:
An email is not stripped, [but by super stringent virus scanners].
Any email client thet runs js is a unacceptable security hazard.
but what if the email client was a browser like FF or IE and the mail
server is LiveMail or Gmail
how do they filter js code out of the mail.
so there is no way that you know of capable of doing this

follow up ( i accidentally posted it before finishing )

so these filters would be the super virus scanners you're talkin
about( used by MS and Google ) ?
how about iframes ? would it be possible to set the source of an iframe
to an external file and have it not filtered?
 
D

Dag Sunde

Steve said:
hello,
i need to send emails ( HTML emails ) that have javascript processing
kept enabled when they reach their destination.i tried but seems
everything related to javascript ( events, keywords etc.. ) is deleted
when mail reaches destination.
is there a workaround for this?

Absolutely not! Think about the security issues, man...

(And if you should find a way... well, we just have to kill you...)

;-)
 
S

shadykazan

ok man
if there's some tweak to it,just lemme know and i'd die with a smile on
my face :D
 
S

Steve

Dag said:
Absolutely not! Think about the security issues, man...

(And if you should find a way... well, we just have to kill you...)
if there's some tweak to it just lemme know man, and i'd die wit a
smile on my face :D
 
E

Evertjan.

Steve wrote on 02 nov 2006 in comp.lang.javascript:
Email should not be interactive, so script should not be possible in an
email.

If you want interactive results, send your respondents a link to a web
page.

This is very useful, I have don this many times in the last few years,
and security wize it is the only solution.
if there's some tweak to it just lemme know man, and i'd die wit a
smile on my face :D

Perhaps you will die from shame when your mail comrpromizes security,
and your customer respondents sue your for damages.
 

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

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top