Forums
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:
HiI´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>
<a href>mailto:<%=(RsPraktik.Fields.Item("Email".Value)%></a href> </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.
<pre id=code><font face=courier size=2 id=code>
<a href>mailto:<%=(RsPraktik.Fields.Item("Email".Value)%></a href> </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.