Welcome, Guest
  • Author Topic: contact button  (Read 1077 times)

    Susanna

    • Server what's that
    • *
    • Posts: 23
      • View Profile
      • Email
    contact button
    « on: 01/13/11, 02:54 »
    goodmorning everyone,
    iīve got a question about my contact button.
    i gave it the script: on release.. mailto.. bla bla...
    and entourage or outlook opens with the desired email already written in it.
    perfect.
    but i would like to have also something pre-written in the subject line.
    does anybody know a script for this?
    i really donīt know where to start...  ::)
    thanx a lot for help!

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: contact button
    « Reply #1 on: 01/13/11, 08:38 »
    Hi Susanna,

    if mailto is fine for you (it only works with a localy installed mail cliente, like outlook), you can extend the line with:

    mailto("address@provider.com","Subject","Bodytext");
    happy flashing
    8)
    Ronald