Is there a way to put an email adresses in an dynamic Html text Box?
i know with a normal adress you can do it like this…
< a href=“http://www.kirupa.com ” target="_blank">link to kirupa< /a>
But i want to do it with my email adress
how can i do this…
Thanks in advance…
Andreas
system
October 25, 2002, 8:39pm
2
Try
<a href="mailto:name@domain.com">Contact Me</a>
I haven’t tested if this works in Flash, but that is how you do it in HTML… so it should work.
system
October 26, 2002, 5:04am
3
No it just tried but it didn’t work, does anybody else know?
Anyway thanx Lost…
Andreas
system
October 26, 2002, 6:11pm
4
You might not be able to add the link like that.
Since HTML enabling your code allows you to use HTML Text fomatting tags and such… as well as a href tags that is the only solution you have to your e-mail link problem.
There is no other way to do it if the mailto: link doesn’t work.
At least that I know of.
Sorry I couldn’t be of more help.