Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > mailto:

Reply
Thread Tools

mailto:

 
 
Franklin P Patchey
Guest
Posts: n/a
 
      09-21-2003
How do you have it so that when you click on a mailto: link it automatically
prefills the email client subject heading with a predetermined subject as
well as prefilling the email address to field?

I've seen this done, but cant find the website where I found it!


 
Reply With Quote
 
 
 
 
brucie
Guest
Posts: n/a
 
      09-21-2003
In post <bkjse1$hhv$>
Franklin P Patchey said...

> How do you have it so that when you click on a mailto: link it automatically
> prefills the email client subject heading with a predetermined subject as
> well as prefilling the email address to field?


you don't

you cannot tell how the persons computer that is emailing you is
configured, they can have all sorts of browser/email client/operating
system configurations, they may not even have an email client. putting
anything other than the email address in an email link produces
unpredictable results that could cause the email to be lost forever in
the most putrid burning pit of hell (or somewhere like that).

you need a form and server side script if you want to have subjects or
bodies automatically added to your emails.

<quote>
RFC1738 Uniform Resource Locators (URL)
3.5. MAILTO The mailto URL scheme is used to designate the Internet
mailing address of an individual or service. No additional information
other than an Internet mailing address is present or implied.
</quote> http://www.ietf.org/rfc/rfc1738.txt

RFC2368 The mailto URL scheme updates the above but it hasn't been
universally adopted and/or the persons particular configuration may
cause problems and/or people use non-supporting UAs which either
causes problems on the client machine and/or with the servers the
email is processed through (or none at all).

the point is you _and_ the person emailing you don't know if it's
going to work or not and most likely wont know when it doesn't work.

"it works for me" is not a reason unless the only email you send and
receive is from yourself on your own computer.

<a href="private.php?do=newpm&u=">example@example. com</a>

form scripts:
http://www.hotscripts.com/PHP/Script...rm_Processors/
http://www.hotscripts.com/Perl/Scrip...rm_Processors/
http://www.hotscripts.com/ASP/Script...rm_Processors/
remotely hosted:
http://www.hotscripts.com/Remotely_H...rm_Processors/


--
..21/September/2003 08:25:35 pm
 
Reply With Quote
 
 
 
 
Mitja Trampus
Guest
Posts: n/a
 
      09-21-2003
<a href="private.php?do=newpm&u=?subject=hello">

Works with all major mail programs.

Mitja

"Franklin P Patchey" <> wrote in message
news:bkjse1$hhv$...
> How do you have it so that when you click on a mailto: link it

automatically
> prefills the email client subject heading with a predetermined subject as
> well as prefilling the email address to field?
>
> I've seen this done, but cant find the website where I found it!
>
>



 
Reply With Quote
 
Andrew Davidson
Guest
Posts: n/a
 
      09-21-2003
"Mitja Trampus" <> wrote in message
news:bkkj01$8v2$...
> <a href="private.php?do=newpm&u=?subject=hello">
>
> Works with all major mail programs.


Dohhh!


 
Reply With Quote
 
EightNineThree
Guest
Posts: n/a
 
      09-21-2003

"Mitja Trampus" <> wrote in message
news:bkkj01$8v2$...
> "Franklin P Patchey" <> wrote in message
> news:bkjse1$hhv$...
> > How do you have it so that when you click on a mailto: link it

> automatically
> > prefills the email client subject heading with a predetermined subject

as
> > well as prefilling the email address to field?
> >
> > I've seen this done, but cant find the website where I found it!
> >
> >

>
>
> <a href="private.php?do=newpm&u=?subject=hello">
>
> Works with all major mail programs.
>


Except my $400 contact management software.

--
Karl Core

Charles Sweeney says my sig is fine as it is.


 
Reply With Quote
 
Hywel Jenkins
Guest
Posts: n/a
 
      09-21-2003
In article <bkkj01$8v2$>, says...
> "Franklin P Patchey" <> wrote in message
> news:bkjse1$hhv$...
> > How do you have it so that when you click on a mailto: link it

> automatically
> > prefills the email client subject heading with a predetermined subject as
> > well as prefilling the email address to field?
> >
> > I've seen this done, but cant find the website where I found it!
> >

> <a href="private.php?do=newpm&u=?subject=hello">
>
> Works with all major mail programs.


Really?

--
Hywel I do not eat quiche
http://hyweljenkins.co.uk/
http://hyweljenkins.co.uk/mfaq.php
 
Reply With Quote
 
-=Be4U=-
Guest
Posts: n/a
 
      09-22-2003
Hywel Jenkins <> delighted us to no end
by taking a lime green crayon and scribbling in
news: t:

> In article <bkkj01$8v2$>, says...
>> "Franklin P Patchey" <> wrote in
>> message news:bkjse1$hhv$...
>> > How do you have it so that when you click on a mailto: link
>> > it automatically prefills the email client subject heading
>> > with a predetermined subject as well as prefilling the email
>> > address to field?
>> >
>> > I've seen this done, but cant find the website where I found
>> > it!
>> >

>> <a href="private.php?do=newpm&u=?subject=hello">
>>
>> Works with all major mail programs.

>
> Really?
>


lol This is a joke, right?

--
-=Mara=-
My s0ck can beat up your s0ck.
 
Reply With Quote
 
Hywel Jenkins
Guest
Posts: n/a
 
      09-22-2003
"-=Be4U=-" <> wrote in message news:<Xns93FDCB7156C9Dbe4u@****_off.com>...
> Hywel Jenkins <> delighted us to no end
> by taking a lime green crayon and scribbling in
> news: t:
>
> > In article <bkkj01$8v2$>, says...
> >> "Franklin P Patchey" <> wrote in
> >> message news:bkjse1$hhv$...
> >> > How do you have it so that when you click on a mailto: link
> >> > it automatically prefills the email client subject heading
> >> > with a predetermined subject as well as prefilling the email
> >> > address to field?
> >> >
> >> > I've seen this done, but cant find the website where I found
> >> > it!
> >> >
> >> <a href="private.php?do=newpm&u=?subject=hello">
> >>
> >> Works with all major mail programs.

> >
> > Really?
> >

>
> lol This is a joke, right?



Which - the point that mailto with a subject works or the point that
I'm hinting that it doesn't?

--
Hywel
 
Reply With Quote
 
Mitja Trampus
Guest
Posts: n/a
 
      09-22-2003
I'm not saying most people own $400 worth mailing agents...

As for compatibility, I'm sure about IE5+, but if I remember right it also
works with IE4 and newer versions of Mozilla/Netscape.

Mitja


"EightNineThree" <> wrote in message
news:bkkthk$di1$...
>
> "Mitja Trampus" <> wrote in message
> news:bkkj01$8v2$...
> > "Franklin P Patchey" <> wrote in message
> > news:bkjse1$hhv$...
> > > How do you have it so that when you click on a mailto: link it

> > automatically
> > > prefills the email client subject heading with a predetermined subject

> as
> > > well as prefilling the email address to field?
> > >
> > > I've seen this done, but cant find the website where I found it!
> > >
> > >

> >
> >
> > <a href="private.php?do=newpm&u=?subject=hello">
> >
> > Works with all major mail programs.
> >

>
> Except my $400 contact management software.
>
> --
> Karl Core
>
> Charles Sweeney says my sig is fine as it is.
>
>



 
Reply With Quote
 
Steve Pugh
Guest
Posts: n/a
 
      09-22-2003
"Mitja Trampus" <> wrote:

>I'm not saying most people own $400 worth mailing agents...


But surely the people who do are the sort of suckers..., erm,
customers that you want to attract.

>As for compatibility, I'm sure about IE5+, but if I remember right it also
>works with IE4 and newer versions of Mozilla/Netscape.


Have you missed the point? The browser is only part of the equation,
it's the interaction between the browser and the email client that
matters. It doesn't matter if I have the latest and greated browser if
my email client can't cope.

Please stop top posting.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <> <http://steve.pugh.net/>
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



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