Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: <OTS (Off the Subject)-----HTML Question for the experts--------- >- |
From: | John Croteau |
Date: | Wed, 15 Jul 1998 12:57:12 +0100 |
Hi Chris,
> I am trying to create a link to a email address using the following code:
> <a href="someonesomewhere [dot] com (Subject: ) (mailto:someonesomewhere [dot] com?Subject=) Website Feedback?Body=What is
> your name and address? ">
> Is there anyway to get the ? to show? I get the question in the body, but I
> don't get the ? any ideas how to resolve this?
First the Body portion only works correctly in MSIE.
In Netscape it dumps ' Website Feedback?Body=What is your name and
address?' all on the Subject line.
To get a Question mark or capital letters in the Subject or Body for
MSIE you need to use URL delimiting. To delimit in a URL use the percent
character (%) followed by the ASCII code in a 2 digit hexidecimal
format. A Question mark is ASCII 63 which is 3F in Hex (3x16 + 15). I
also delimited the capital W's (%57) so they should appear as capitals
in all mail programs.
<a href="someonesomewhere [dot] com (Subject: ) (mailto:someonesomewhere [dot] com?Subject=) %57ebsite
Feedback?Body=%57hat is your name and address%3F">Hello</A>
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
FlashTeK(Advanced Websites with Flash) http://www.CrownMall.com/Flash/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
Need a PC ? -- Computer King -- http://www.crownmall.com/computers/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
<OTS (Off the Subject)-----HTML Question, Chris Jester (CTS Technic
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]