Ask a Question related to ASP Database, Design and Development.
-
Wayne & Carr #1
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 </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
-
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". -
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... -
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... -
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... -
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... -
William Tasso #2
Re: problem with email link. and URL Address
Wayne & Carr wrote:
mailto is not a valid href> Hello All:
>
> There seems to be a problem with the following HTML Email link.
>
> <a href="mailto:?Subject=Search For: <%
> ...
use CDO or some other server side process.>
> How do I do this? How does it work??? I am totally lost on this one...
>
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
Wayne & Carr #3
Re: problem with email link. and URL Address
"William Tasso" <ngx@tbdata.com> wrote in message
news:u15Zts3XDHA.3248@tk2msftngp13.phx.gbl...Hello William..> Wayne & Carr wrote:> mailto is not a valid href> > Hello All:
> >
> > There seems to be a problem with the following HTML Email link.
> >
> > <a href="mailto:?Subject=Search For: <%
> > ...
>
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]
Any advice, links with information would be gratefully appreciated>> >
> > How do I do this? How does it work??? I am totally lost on this one...
> >
> use CDO or some other server side process.
Wayne
Wayne & Carr Guest
-
William Tasso #4
Re: problem with email link. and URL Address
Wayne & Carr wrote:
I'm glad you found the error, but there any many environments where mailto> "William Tasso">>> mailto is not a valid href>>>
>>>
>>> <a href="mailto:?Subject=Search For: <%
>>> ...
> 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
>
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



Reply With Quote

