[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.frontpage.programming

Hyperlink to Email Address

Suzanne

4/5/2004 3:24:00 PM

Is there a way of automatically filling in the subject
line of the email hyperlink when it's clicked. Eg, If I
had reference numbers on a web page that were hotlinked to
an email address, can I have the reference number
automatically loaded into the subject line? If so, please
advise how I do this?

Thanks.
4 Answers

Kevin Spencer

4/5/2004 3:45:00 PM

0

<a
href=mailto:soandso@suchandsuch.com?subject=There%20are%20spaces%20in%20this
%20Title>E-Mail</a>

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Suzanne" <sschofield@knightsbridge.ca> wrote in message
news:185a601c41b22$089f1d60$a501280a@phx.gbl...
> Is there a way of automatically filling in the subject
> line of the email hyperlink when it's clicked. Eg, If I
> had reference numbers on a web page that were hotlinked to
> an email address, can I have the reference number
> automatically loaded into the subject line? If so, please
> advise how I do this?
>
> Thanks.


Greg Chagnon

4/5/2004 3:55:00 PM

0

Hi Suzanne,

You could use

<a href="mailto:nowhere@domain.com?subject=reference #13411">Email</a>

However you're inviting spam using mailto links, consider using J-Bots SpamStopper instead.
http://www.websunl.../order/Product/SpamStopper/spam_stopper_he...
--
Mike -- FrontPage MVP '97-'02
http://www.websunl...
Need to protect your web pages Page Protector Pro
http://www.websunl.../order/Product/PagePro/pagepro.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible


"Suzanne" <sschofield@knightsbridge.ca> wrote in message news:185a601c41b22$089f1d60$a501280a@phx.gbl...
> Is there a way of automatically filling in the subject
> line of the email hyperlink when it's clicked. Eg, If I
> had reference numbers on a web page that were hotlinked to
> an email address, can I have the reference number
> automatically loaded into the subject line? If so, please
> advise how I do this?
>
> Thanks.


Suzanne

4/5/2004 7:49:00 PM

0

Huge thanks to Kevin and Mike for their advice in answer
to my query. I am not a programmer and so was a wee bit
scared but managed to figure it out based on what you both
gave me.

Thank you! :-)

>-----Original Message-----
>Hi Suzanne,
>
>You could use
>
><a href="mailto:nowhere@domain.com?subject=reference
#13411">Email</a>
>
>However you're inviting spam using mailto links, consider
using J-Bots SpamStopper instead.
>http://www.websunl.../order/Product/SpamS...
m_stopper_help_dir.htm
>--
>Mike -- FrontPage MVP '97-'02
>http://www.websunl...
>Need to protect your web pages Page Protector Pro
>http://www.websunl.../order/Product/PagePro/pagepro
..htm
>FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
>
>
>"Suzanne" <sschofield@knightsbridge.ca> wrote in message
news:185a601c41b22$089f1d60$a501280a@phx.gbl...
>> Is there a way of automatically filling in the subject
>> line of the email hyperlink when it's clicked. Eg, If I
>> had reference numbers on a web page that were hotlinked
to
>> an email address, can I have the reference number
>> automatically loaded into the subject line? If so,
please
>> advise how I do this?
>>
>> Thanks.
>
>
>.
>

arno

4/6/2004 7:56:00 AM

0

Hi Mike,

> However you're inviting spam using mailto links

are spammers scanning only for "mailto" links or for any "text" with an "@"?
I am thinking of an asp-mail-form, where I have to specify a recipient.

regards

arno