Forums

ASP

This topic is locked

dreamweaver and ASP

Posted 01 Sep 2003 15:49:36
1
has voted
01 Sep 2003 15:49:36 Michael Borup posted:
Hi
I´m using dreamweaver "wizard" to get data on my web fra a db. Works fine!
But I want to know, how is is possible to make an email (from the db) active ("mailto". And the same goes for links from the db.
Dreamweaver creates this code:
<%=(RsPraktik.Fields.Item("Email".Value)%>

Hope someone can help me out?
Michael Borup

Replies

Replied 01 Sep 2003 19:46:49
01 Sep 2003 19:46:49 Rene Bandsma replied:
Use a <A HREF> tag with the "mailto:" command...

<pre id=code><font face=courier size=2 id=code>
&lt;a href&gt;mailto:&lt;%=(RsPraktik.Fields.Item("Email".Value)%&gt;&lt;/a href&gt; </font id=code></pre id=code>

But you can also do this in the WYSIWYG mode, just make the E-mailvalue a hyperlink en insert the mailto tag.

Reply to this topic