Announcement

Collapse
No announcement yet.

masking email details

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    masking email details

    I am running a site on V6.1.3 using clean layout 10
    I have set Design | options | Navigation to include a button image for send mail. This uses the email address from Business settings.
    I would like to mask this email address, using the Joe Maller java solution, to prevent harvesting.
    I have used this script to include a webmaster address in a fragment on the index page.
    I would like advice on the best way to change the content of the send mail button, whilst leaving a normal e mail address on the printed reports.
    Stephen

    #2
    Hi Stephen,

    You have to hard-code the 'Contact Us' button with the JavaScript to mask the e-mail address. And, all other options will use the address you have in 'Business Settings | Company/Contact'
    Actinic reports take information from the Business Settings 'Company/Contact | Email address'. So hard-coding something into a template will not affect the process of reports as this is dynamically generated.


    Cheers,
    Cheers,
    Suresh Babu G

    Comment


      #3
      Hi Stephen,

      You should edit 'Act_Primary.html' and insert the JavaScript next to NETQUOTEVAR:FOOTERGUIDE and delete the 'Contact Us' details from 'Design | Options | Navigation | Send Mail Icon' (as this information is included in NETQUOTEVAR:FOOTERGUIDE)

      You can also find a similar thread from the link below
      http://community.actinic.com/showthr...&threadid=2492

      I Hope this helps
      Cheers
      Cheers,
      Suresh Babu G

      Comment


        #4
        Thanks Suresh
        I have lost the button, but feel better with the JS mailto on the html source
        Stephen

        Comment


          #5
          I have lost the button
          Sorry Stephen,

          Unfortunately, my JavaScript knowledge is not good enough to include a hyperlink with an image. Perhaps someone else could help you with this.

          Cheers,
          Cheers,
          Suresh Babu G

          Comment

          Working...
          X