|
| |
|
|
jhengel
Posts: 61 From: Laramie WY USA Status: offline
|
email hyperlink in results - 3/27/2001 17:43:00
In my access 2000 table I have the web site address field and the e-mail address field working as hyperlinks fields. I'm having trouble with the e-mail hyperlink in the returned results in the drw. I have those 2 fields hyperlinked through the parameter process (using the mailto parameter). The web site hyperlink works fine, however the e-mail hyperlink will bring up the viewer's mail program, but the e-mail address is not in the correct format. How can I fix this problem?Judy
|
|
|
|
Spooky
Posts: 26603 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: email hyperlink in results - 3/27/2001 23:13:00
Are you able to cut an paste the code that shows the email field Judy?
|
|
|
|
jhengel
Posts: 61 From: Laramie WY USA Status: offline
|
RE: email hyperlink in results - 3/28/2001 20:31:00
Yes, I cut and pasted the e-mail field parameter into the mailto hyperlink box. It shows up as mailto:<%=FP_FieldLink(fp_rs,"email")%> What seems to be happening is that the e-mail address is repeated. Here is an example of a returned result e-mail address field as it appears on the page. adrummonds@juno.com#mailto:adrummonds@juno.com# Does this help? Judy
|
|
|
|
Spooky
Posts: 26603 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: email hyperlink in results - 3/28/2001 20:41:00
Try this format :<%=FP_FieldVal(fp_rs,"email")%>
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|