Results 1 to 3 of 3

Thread: Encrypting email on a map of an image

  1. #1
    Join Date
    Aug 2007
    Location
    Ontario, Canada
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Encrypting email on a map of an image

    How do you encrypt an email that is a map on an image

    reference to this..
    http://www.dynamicdrive.com/emailriddler/

    (using an image)

    i want to put it on a map of an image, here is the map code..
    Code:
    <map name="Map" id="Map"><area shape="rect" coords="0,47,344,127" href="mailto:EMAILHERE@email.com?subject=SUBJECT HERE; Thank You&quot; alt=&quot;Email Us!" alt="Email Us!">

  2. #2
    Join Date
    Jul 2007
    Location
    California
    Posts
    177
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    This is just a guess...but you could change the "contact me" in my code below to <img src="map.gif"></a>


    document.write('<a href="mailto:'+encryptedemail_id64+'&Body=' + encodeURIComponent
    (" If you prefer to call me instead, my toll free # is: 877----, or local at 916---- -- I look forward to talking to you soon! -- Jeff , Mortgage") + '">Contact Me</a>')

    Ignore the body stuff...unless you want a message to appear in the body. Again, this is just a guess....

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You just need to change the output, e.g.:
    Code:
    document.write('<area shape="rect" coords="0,47,344,127" href="mailto:'+encryptedemail_id56+'">')
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •