directing e-mail

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am disigning a web page but could not get the e-mail part to work, when I
clicked on the e-mail address I got a server error in '/' application, then
HTTP / 404 which means there is an error in the URL.

I opened Outlook Express/ Tools/ Options/ Maintenance/ Clicked HTTP in
troubleshooting at the bottom. Outlook was set on the ( MAIL) ICON but I
needed it on ( HTTP ) ICON.

Thanks for the help
Glenda Mullins
 
I am disigning a web page but could not get the e-mail part to work, when I
clicked on the e-mail address I got a server error in '/' application, then
HTTP / 404 which means there is an error in the URL.

I opened Outlook Express/ Tools/ Options/ Maintenance/ Clicked HTTP in
troubleshooting at the bottom. Outlook was set on the ( MAIL) ICON but I
needed it on ( HTTP ) ICON.

On my web site I have this htlm fragment...

<A HREF="mailto:[email protected]">[email protected]</A>

With a note that to get my real address you have to remove BOX.
 
You should consider the proper methods for securing your
email address. The proper tags for embedding a mailto link
will open the mail client and input the email address.

If you want contact but don't want your email public, create
a webpage with a fields and a closed system.


|
in message
| | > I am disigning a web page but could not get the e-mail
part to work, when
| I
| > clicked on the e-mail address I got a server error in
'/' application,
| then
| > HTTP / 404 which means there is an error in the URL.
| >
| > I opened Outlook Express/ Tools/ Options/ Maintenance/
Clicked HTTP in
| > troubleshooting at the bottom. Outlook was set on the
( MAIL) ICON but I
| > needed it on ( HTTP ) ICON.
|
| On my web site I have this htlm fragment...
|
| <A
HREF="mailto:[email protected]">[email protected]</A>
|
| With a note that to get my real address you have to remove
BOX.
|
|
 
Back
Top