Sendmail - image filename as a hyperlink |
7/13/2008 9:57:24 PM |
ASPRunnerPro General questions | |
![]() Is it possible to send an image as a link/filename in an email event? Tried many different methods but cannot seem to send an image filename . The example below dict("photo_link") is setup in another table as a file/image . I created another table and called the file through a lookup and set view as text . Also tried hyperlink ; but none of them go with the email example below. message = message & " <img alt="""" border=""0"" src=""http://www.test.com/photos/"" & dict("photo_file") & "">"" & vbCrLf which could not get to work either. cannot seem to concate the file and field together. |
|
J
|
Jane 7/14/2008 |
John, |
![]() |
lefty author 7/15/2008 |
Thanks Jane , |
![]() |
lefty author 7/31/2008 | ||||||||||||||||||||||||||||||||
Thanks Jane , Html formatting is not the problem . My problem is how to pull a file/image field name in an email event as a link . I want the email user to click on link back to image folder which stores the images that were added to the database. See above John,
|