I’m beginner ton ASP.
I’ve been for a while searching but it seems no answer to my question in the past messages.
I’ve created an access db table (product) with these fields: ID, name, price and media (contains a link to the images) I can display all details IID, name and price) on view.asp page but I have no clue how to display the image.
I used:
<%response.write rsnews("media")%>
This displays only the bath of the image (picName.gif).
thanx
I’ve been for a while searching but it seems no answer to my question in the past messages.
I’ve created an access db table (product) with these fields: ID, name, price and media (contains a link to the images) I can display all details IID, name and price) on view.asp page but I have no clue how to display the image.
I used:
<%response.write rsnews("media")%>
This displays only the bath of the image (picName.gif).
thanx