Forums

This topic is locked

dynamic image probs!!

Posted 17 May 2003 21:22:33
1
has voted
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 (&lt;td&gt;&lt;img src="#Recordset1.ProductThumb#" width="100" height="62"&gt;&lt;/img&gt;&lt;/td&gt<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:

&lt;img src="your_image_directory_path/&lt;%=Recordsetname.fields.item("field_name".value%&gt;" width.........

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!

Replied 20 May 2003 00:15:14
20 May 2003 00:15:14 p payne replied:
&lt;td&gt;&lt;img src "//localhost/revolutionav/IMAGES/THUMBNAILS/="#Recordset1.ProductThumb#" width="100" height="62"&gt;&lt;/img&gt;&lt;/td&gt;

i've got rid of the dreaded crosses and have picture not loaded signs, but still no thumbs someone pls help!!!!!

Reply to this topic