Forums
This topic is locked
dynamic image probs!!
17 May 2003 21:22:33 p payne posted:
Major headache! I'm a student with looming deadlines pls help!!! I have image source in access project (link views the pictures from access), and have made a dynamic table and its poplated with the sql query results. i have added that one of the cells/fields is an image source (<td><img src="#Recordset1.ProductThumb#" width="100" height="62"></img></td><img src=../images/fwzone/forum/icon_smile_wink.gif border=0 align=middle> but it just previews that annoying red cross!) in dreamweaver mx it shows as a dynamic image icon, but doesn't work on previeing. All my odbc sources work fine, as is my connection to coldfusion sever!! help ????????????????????????Replies
Replied 19 May 2003 10:45:07
19 May 2003 10:45:07 Vince Baker replied:
you should have the following:
<img src="your_image_directory_path/<%=Recordsetname.fields.item("field_name"
.value%>" width.........
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
<img src="your_image_directory_path/<%=Recordsetname.fields.item("field_name"

Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Replied 19 May 2003 23:57:47
19 May 2003 23:57:47 p payne replied:
thanks vince,
I forgot to add that i'm using CF not asp! i tried a whole bunch of solutions using your code but to no avail! If you can help it would be greatly appricated thanks again!
I forgot to add that i'm using CF not asp! i tried a whole bunch of solutions using your code but to no avail! If you can help it would be greatly appricated thanks again!
Replied 20 May 2003 00:15:14
20 May 2003 00:15:14 p payne replied:
<td><img src "//localhost/revolutionav/IMAGES/THUMBNAILS/="#Recordset1.ProductThumb#" width="100" height="62"></img></td>
i've got rid of the dreaded crosses and have picture not loaded signs, but still no thumbs someone pls help!!!!!
i've got rid of the dreaded crosses and have picture not loaded signs, but still no thumbs someone pls help!!!!!