JS in Email?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • OysterCracker

    JS in Email?

    Hi - I'm a js novice. I've found a snippet of code on one of the js websites
    that creates trailing text behind the mouse. Works fine in a website, but I
    can't make it work in an email. No spam intentions, just fun amongst
    friends. I dropped the code between the <head> tags, just like with a
    website, but no joy. Should js work in an email? If so, any suggestions?
    Thanks for your help.


  • Gernot Frisch

    #2
    Re: JS in Email?


    "OysterCrac ker" <oc@sc.rr.nonon ono.com> schrieb im Newsbeitrag
    news:El7jc.4090 8$6m4.2520202@t wister.southeas t.rr.com...[color=blue]
    > Hi - I'm a js novice. I've found a snippet of code on one of the js[/color]
    websites[color=blue]
    > that creates trailing text behind the mouse. Works fine in a[/color]
    website, but I[color=blue]
    > can't make it work in an email. No spam intentions, just fun amongst
    > friends. I dropped the code between the <head> tags, just like with[/color]
    a[color=blue]
    > website, but no joy. Should js work in an email? If so, any[/color]
    suggestions?[color=blue]
    > Thanks for your help.[/color]

    Most newsreader will not allow JS in emails for the reason you named.
    You can provide a link in your mail to a http site that has the
    script, or send a .html file as an attachment, maybe!?
    -Gernot


    Comment

    • kaeli

      #3
      Re: JS in Email?

      In article <El7jc.40908$6m 4.2520202@twist er.southeast.rr .com>,
      oc@sc.rr.nonono no.com enlightened us with...[color=blue]
      > Hi - I'm a js novice. I've found a snippet of code on one of the js websites
      > that creates trailing text behind the mouse. Works fine in a website, but I
      > can't make it work in an email. No spam intentions, just fun amongst
      > friends. I dropped the code between the <head> tags, just like with a
      > website, but no joy. Should js work in an email? If so, any suggestions?
      > Thanks for your help.
      >
      >
      >[/color]

      Many of us block such things in our mail. I have JS turned off in
      Outlook. It's too easy for viruses to run in Outlook if you allow script
      to run in it. No script may run in my Outlook.

      YMMV, depending on your mail client.

      --
      --
      ~kaeli~
      Acupuncture is a jab well done.



      Comment

      Working...