|
-
Jan 4th, 2003, 08:57 AM
#1
Thread Starter
PowerPoster
email link (basic noob question)
How do I put a "link" on my asp.net web page that will cause the default mail app (Outlook, etc) to come up with my email address in the "To" block?
-
Jan 4th, 2003, 11:10 AM
#2
Fanatic Member
<a href="mailto:[email protected]">Click Here to Email [email protected]</a>
You can do some other things like set the subject and such from the link:
<a href="mailto:[email protected]?Subject=Question">Click Here to Email [email protected]</a>
-
Jan 4th, 2003, 11:46 AM
#3
Thread Starter
PowerPoster
Thanks! This worked great editing the HTML. How would I accomplish the same thing with "drag/drop" in the Design mode?
-
Jan 4th, 2003, 12:35 PM
#4
Fanatic Member
try dragging a hyperlink onto the form..
now set the NavigateURL to "mailto:[email protected]"
it's the same as the href="" property in the html tag ...
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
|