Forums
This topic is locked
email link database no stupd comments hart patient
Posted 25 Jan 2002 03:32:40
1
has voted
25 Jan 2002 03:32:40 scre wdanger posted:
Hi all thanx alot for hopin in. I have a search, result and detail pages. Everything is fine except the email link. In the Access database i have a hyperlink column with all the e-mails, so that a user doesnt have to cut and paste rather just click the link and his mail program starts. The same as we do in html pages. So it doesn't work or maybe it doesn't like me. Everytime in e-mail column appears the complete syntax " e-mail mailto:
" instead of hyperlink.So people any suggestions i know i am not that good so dont pass any stupid comments as i am a heart patient hahaa joke dont like it fine then suggest any solution
Thanxxx }<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Replies
Replied 25 Jan 2002 09:38:39
25 Jan 2002 09:38:39 Viktor Farcic replied:
Change eMail field in your DB to be text and it will probably work. Correct syntax is "mailto:
" not "e-mail mailto:
"
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi all thanx alot for hopin in. I have a search, result and detail pages. Everything is fine except the email link. In the Access database i have a hyperlink column with all the e-mails, so that a user doesnt have to cut and paste rather just click the link and his mail program starts. The same as we do in html pages. So it doesn't work or maybe it doesn't like me. Everytime in e-mail column appears the complete syntax " e-mail mailto: " instead of hyperlink.
So people any suggestions i know i am not that good so dont pass any stupid comments as i am a heart patient hahaa joke dont like it fine then suggest any solution
Thanxxx }<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Viktor Farcic
TalkZone Manager
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi all thanx alot for hopin in. I have a search, result and detail pages. Everything is fine except the email link. In the Access database i have a hyperlink column with all the e-mails, so that a user doesnt have to cut and paste rather just click the link and his mail program starts. The same as we do in html pages. So it doesn't work or maybe it doesn't like me. Everytime in e-mail column appears the complete syntax " e-mail mailto: " instead of hyperlink.
So people any suggestions i know i am not that good so dont pass any stupid comments as i am a heart patient hahaa joke dont like it fine then suggest any solution
Thanxxx }<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Viktor Farcic
TalkZone Manager
Replied 25 Jan 2002 13:54:33
25 Jan 2002 13:54:33 David Behan replied:
What I do here is the following:
Database field with email addresses, i.e. ,
To display their email so that it becomes a link on the asp page do the following:
Email: <a href="mailto:<%=(rsRecordset.Fields.Item("email".Value)%>"><%=(rsRecordset.Fields.Item("email".Value)%></a>
Hope this helps
DB
Database field with email addresses, i.e. ,
To display their email so that it becomes a link on the asp page do the following:
Email: <a href="mailto:<%=(rsRecordset.Fields.Item("email".Value)%>"><%=(rsRecordset.Fields.Item("email".Value)%></a>
Hope this helps
DB
Replied 08 Feb 2002 00:47:21
08 Feb 2002 00:47:21 scre wdanger replied:
thanx vfarcic
i know its mailto:
I have already solved the problem by changing the field to text only and the applying the server behaviour "Auto Hyperlink".
Thanx bmor i will definitely try ure suggestion. Thanxalot guys you were great help.
i know its mailto:
I have already solved the problem by changing the field to text only and the applying the server behaviour "Auto Hyperlink".
Thanx bmor i will definitely try ure suggestion. Thanxalot guys you were great help.