Results 1 to 9 of 9

Thread: Invalid Email Address

  1. #1
    Join Date
    Feb 2006
    Location
    USA
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Invalid Email Address

    I am not sure if I am posting this to the right place but I had trouble using your email riddler, it said that my email address is invalid. I have a gmail account.

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

    Default

    I don't think we're going to get very far here unless you tell us your email address - or, at least, the general format of it. If you don't want to disclose it, replace every letter with "a" and every number with "1", but leave everything else intact. That'll give us some idea of what we're working with.
    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!

  3. #3
    Join Date
    Feb 2006
    Location
    USA
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

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

    Default

    Works fine here...
    Code:
    <script type="text/javascript">
    
    /***********************************************
    * Encrypt Email script- Please keep notice intact.
    * Tool URL: http://www.dynamicdrive.com/emailriddler/
    * **********************************************/
    
    var emailarray9101= new Array(109,105,99,104,101,108,101,46,108,117,116,115,64,103,109,97,105,108,46,99,111,109)
    var postemail9101=''
    for (i=0;i<emailarray9101.length;i++)
    postemail9101+=String.fromCharCode(emailarray9101[i])
    
    document.write('<a href="mailto:'+postemail9101+'">Contact Us</a>')
    
    </script>
    What browser are you using?
    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!

  5. #5
    Join Date
    Feb 2006
    Location
    USA
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Browser

    Internet Explorer

  6. #6
    Join Date
    Feb 2006
    Location
    USA
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank you for your help

    I was able to use the code that you provided to display my email address.

  7. #7
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Well what Twey posted is exactly the same as what's on the Email Riddler page.

  8. #8
    Join Date
    Feb 2006
    Location
    USA
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Newbie Mistake

    I guess you can tell I'm new to all this.

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

    Default

    It's puzzling me why the generator didn't work for you...
    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
  •