|
-
Jan 9th, 2001, 05:53 AM
#1
Thread Starter
New Member
i'm writing a simple web page and i added an e-mail link to myself
<A mailto:ryan_231@#####.com>E-Mail</a>
my question is when you click on it outlook opens up and inserts my e-mail address in the to field how do i make it put just Ryan in the to field and still recieve the e-mail.
-
Jan 9th, 2001, 05:27 PM
#2
Hi Ryan,
Here is the code u need.
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<a href="mailto:Rayan<ryan_231@#####.com>">Mail</a>
</BODY>
</HTML>
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Jan 9th, 2001, 06:42 PM
#3
Thread Starter
New Member
thanks a lot this works great.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|