problem with email link. and URL Address

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default problem with email link. and URL Address

    Hello All:

    There seems to be a problem with the following HTML Email link.

    <a href="mailto:?Subject=Search For: <%
    =keywords%>&body=http://www.example-site.com/default_1.asp?Catalog=LCID%3D10
    33%26CDID%3DEN-US-KB%26PRODLISTSRC%3DON&Product=&KeywordType=ANY&Tit les=fals
    e&numDays=&maxResults=25&withinResults=&keywords=< %
    =keywords%>&do_search=1&srchExtraQry=">Send&nbsp;</a>

    When clicking on the Email link on the page. This is what it returns in
    Outlook.

    Subject - ((( This is completed with no problems ))

    Body = (( This is totally messed up, all the "%" symbols are turned into "="
    As you see below, the link has changed badly, and has also lost the rest of
    the link as well

    [url]http://www.example-site.com/default_1.asp?Catalog=LCID=1033&CDID=EN-US-KB&PR[/url]
    ODLISTSRC=ON
    Original link... (This is a demo Domain name)
    [url]http://www.example-site.com/default_1.asp?Catalog=LCID%3D1033%26CDID%3DEN-US[/url]
    -KB%26PRODLISTSRC%3DON&Product=&KeywordType=ANY&Tit les=false&numDays=&maxRes
    ults=25&withinResults=&keywords=<% =keywords%>&do_search=1&srchExtraQry=">

    How do I do this? How does it work??? I am totally lost on this one...

    Thank you All
    Wayne




    Wayne & Carr Guest

  2. Similar Questions and Discussions

    1. contribute 3 email link problem
      The link to my email address is not working on my website it says "default mail client not properly installed".
    2. email link problem
      Hi, I put a customers manual on a cd for them, besides the TOC links, he has a few links to different pages on his web site. Everything works fine...
    3. EBOOK interactivity - can I add an email address with a link?
      Hi there, I've added a link to a URL on my first eBook. Can I add an email address that will activate the readers email programme, as you do in...
    4. Showing the email link from a database link
      Hi Does anyone know how to have an email link show when showing the databse info in a repeating table. Here is the link...
    5. Problem with Email address Hyper subject-
      Hello In my website , I created an email address hyperlink- First thing it ask is the mailto in wich i place my email address. Than it ask for the...
  3. #2

    Default Re: problem with email link. and URL Address

    Wayne & Carr wrote:
    > Hello All:
    >
    > There seems to be a problem with the following HTML Email link.
    >
    > <a href="mailto:?Subject=Search For: <%
    > ...
    mailto is not a valid href
    >
    > How do I do this? How does it work??? I am totally lost on this one...
    >
    use CDO or some other server side process.

    --
    William Tasso - [url]http://WilliamTasso.com[/url]


    William Tasso Guest

  4. #3

    Default Re: problem with email link. and URL Address


    "William Tasso" <ngx@tbdata.com> wrote in message
    news:u15Zts3XDHA.3248@tk2msftngp13.phx.gbl...
    > Wayne & Carr wrote:
    > > Hello All:
    > >
    > > There seems to be a problem with the following HTML Email link.
    > >
    > > <a href="mailto:?Subject=Search For: <%
    > > ...
    > mailto is not a valid href
    >
    Hello William..
    All pages that I go to show to make a Mailto link, is done like what is
    above.
    Example: [url]http://www.web-source.net/html_email_subject2.htm[/url]


    > >
    > > How do I do this? How does it work??? I am totally lost on this one...
    > >
    >
    > use CDO or some other server side process.
    Any advice, links with information would be gratefully appreciated

    Wayne


    Wayne & Carr Guest

  5. #4

    Default Re: problem with email link. and URL Address

    Wayne & Carr wrote:
    > "William Tasso"
    >>>
    >>>
    >>> <a href="mailto:?Subject=Search For: <%
    >>> ...
    >> mailto is not a valid href
    >
    > I figured it out. And did not need to use no Server side scripting
    > to get it.
    > Just had to replace the = & % with special
    > characters. That the E-mail client can read.
    >
    > Anyway, It is working now,
    >
    > By the way.
    >
    > <a href="mailto:...........
    >
    > This is a Valid " Mailto " href
    >
    I'm glad you found the error, but there any many environments where mailto
    just will not work.

    consider what should happen when there is no mail client or when the browser
    is not configured to use one

    --
    William Tasso - [url]http://WilliamTasso.com[/url]


    William Tasso Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139