Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > misc mail questions OT

Reply
Thread Tools

misc mail questions OT

 
 
Jeff Thies
Guest
Posts: n/a
 
      02-12-2004
A couple mail questions:

1) While writing links in plain text emails, I tend to enclose the link in
angle brackets:

<http://some_long_address.com/somepage.html>

I've been told in at least one mail client, that clicking on the link causes
the angle brackets to be included in the url (causing 404's).

What's the correct way to prevent line wrapping in url's. Is it time to
ditch the <>?

2) How to include the subject in a mailto link? Is that:

private.php?do=newpm&u=?subject=some_subje ct?

My recollection is that is bad practice and fails in some clients. Still, I
need to know so I can advise with a caveat.

Cheers,
Jeff






 
Reply With Quote
 
 
 
 
Chet
Guest
Posts: n/a
 
      02-12-2004

"Jeff Thies" <> wrote in message
newsWDWb.1040$ nk.net...
| A couple mail questions:
|
| 1) While writing links in plain text emails, I tend to
enclose the link in
| angle brackets:
|
| <http://some_long_address.com/somepage.html>
|
| I've been told in at least one mail client, that clicking on
the link causes
| the angle brackets to be included in the url (causing 404's).
|
| What's the correct way to prevent line wrapping in url's. Is it
time to
| ditch the <>?
|
| 2) How to include the subject in a mailto link? Is that:
|
| private.php?do=newpm&u=?subject=some_subje ct?
|
| My recollection is that is bad practice and fails in some
clients. Still, I
| need to know so I can advise with a caveat.
|
| Cheers,
| Jeff
|

Jeff,

I'm not sure about 1 but for 2 it should work as you had it but
I've always found inserting %20 for any spaces in the subject
keeps the link from breaking. Here's where I found this info

http://www.ics.uci.edu/pub/ietf/uri/rfc2368.txt

hth
--
Chet
(remove NO.....SPAM)


 
Reply With Quote
 
 
 
 
Toby A Inkster
Guest
Posts: n/a
 
      02-12-2004
Jeff Thies wrote:

> 1) While writing links in plain text emails, I tend to enclose the link in
> angle brackets:
>
> <http://some_long_address.com/somepage.html>
>
> I've been told in at least one mail client, that clicking on the link causes
> the angle brackets to be included in the url (causing 404's).


Probably the best way to do this is:
<URL: http://some_long_address.com/somepage.html >

This conforms to standards (yes, there is an RFC for including links in
plain text!) and shouldn't cause problems in most clients.

> 2) How to include the subject in a mailto link? Is that:
>
> private.php?do=newpm&u=?subject=some_subje ct?
>
> My recollection is that is bad practice and fails in some clients.
> Still, I need to know so I can advise with a caveat.


Why include a subject at all? Surely the person who is sending the e-mail
has a better idea of what the e-mail is about than you do?

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

 
Reply With Quote
 
Mark Parnell
Guest
Posts: n/a
 
      02-12-2004
On Thu, 12 Feb 2004 07:40:34 +0000, Toby A Inkster
<> declared in alt.html:
>
> Probably the best way to do this is:
> <URL: http://some_long_address.com/somepage.html >


Strangely enough, in me newsreader, everything between < and > (i.e.
including the URL: and the space) is underlined, but clicking the link
opens the correct page (when it is a valid link, of course).

Weird.

--
Mark Parnell
http://www.clarkecomputers.com.au
 
Reply With Quote
 
Mark Parnell
Guest
Posts: n/a
 
      02-12-2004
On Thu, 12 Feb 2004 05:12:03 GMT, "Jeff Thies" <>
declared in alt.html:

> 2) How to include the subject in a mailto link? Is that:
>
> private.php?do=newpm&u=?subject=some_subje ct?


Use a form. Mailto is broken.

--
Mark Parnell
http://www.clarkecomputers.com.au
 
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
PIX 6.3.4 - misc questions on VPN Amaury Ronflard Cisco 1 08-14-2005 08:13 PM
Misc questions for new user Mousetater Firefox 3 05-04-2005 03:01 PM
comp.os.ms-windows.networking.misc,misc.invest.mutual-funds,comp.lang.python,comp.os.magic-cap,comp.sources.games.bugs . Python 0 06-19-2004 08:23 AM
comp.lang.c++,comp.dcom.fax,comp.mail.misc,comp.org.usenix,comp.sys.amiga.networking . C++ 0 06-19-2004 07:54 AM
comp.sys.mac.games.misc,comp.sys.ibm.pc.hardware.misc,comp.mail.pegasus-mail.ms-windows,comp.databases.paradox,comp.dcom.sys.cisco . Cisco 0 06-19-2004 07:48 AM



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