# Email adress in an dynamic text Box?

**URL:** https://forum.kirupa.com/t/email-adress-in-an-dynamic-text-box/7206
**Category:** Uncategorized
**Created:** [October 25, 2002, 6:38pm UTC](https://forum.kirupa.com/t/email-adress-in-an-dynamic-text-box/7206 "2002-10-25T18:38:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![andersom](https://avatars.discourse-cdn.com/v4/letter/a/43a26b/32.png) [@andersom](https://forum.kirupa.com/u/andersom)
#### Post date: [October 25, 2002, 6:38pm UTC](https://forum.kirupa.com/t/email-adress-in-an-dynamic-text-box/7206/1 "2002-10-25T18:38:49Z")

</div>

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](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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 25, 2002, 8:39pm UTC](https://forum.kirupa.com/t/email-adress-in-an-dynamic-text-box/7206/2 "2002-10-25T20:39:39Z")

</div>

Try

```php
<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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 26, 2002, 5:04am UTC](https://forum.kirupa.com/t/email-adress-in-an-dynamic-text-box/7206/3 "2002-10-26T05:04:24Z")

</div>

No it just tried but it didn’t work, does anybody else know?

Anyway thanx Lost…

Andreas

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [October 26, 2002, 6:11pm UTC](https://forum.kirupa.com/t/email-adress-in-an-dynamic-text-box/7206/4 "2002-10-26T18:11:32Z")

</div>

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.
