Hi !!
I'd like to insert an image wich Path is in an Access DB (field "Photo").
I try to use :
<IMG SRC=<%Recordset.fields("Photo")%>> or kind of...
But nothing work correctly...
If someone could help...
Thank you.
COSI
Printable View
Hi !!
I'd like to insert an image wich Path is in an Access DB (field "Photo").
I try to use :
<IMG SRC=<%Recordset.fields("Photo")%>> or kind of...
But nothing work correctly...
If someone could help...
Thank you.
COSI
what is in the html when you 'view-source'?
Thank u,
But i finally find :
<img src=<%=Rs_prod("Photo")%>>
COSI
er, does that mean you've fixed it now?
YES It's Fixed !! ;o) Thank u