shiller
Posts: 20
|
| Posted: 03/20/2008, 7:10 AM |
|
Experts,
I've been trying to configure the email link in my application eventhough I follow all the direction I can get it to work. When I click on an email address it doesn't call the default email client.
Please help!
|
 |
 |
E43509
Posts: 283
|
| Posted: 03/20/2008, 7:14 AM |
|
post your code snippet and what the page generated (view source) looks like.
Basically it will have to take the form of:<a href="mailto:myname@x.y.com">email me</a>
|
 |
 |
shiller
Posts: 20
|
| Posted: 03/20/2008, 9:28 AM |
|
Hello,
After tweaking the properties a bit, I finally got a piece of code that is close to what shown in the guide. but there is a question mark (?) after {Email_src}. I can't seem to get rid of that question mark... is that a bug in CCS....
<a href="mailto: {Email_src}?">{Email}</a>
|
 |
 |
|