Hyperlink to detail view .asp

T

tindatrue

I have a page display.asp with DRW showing hyperlink to detail view page
now i want to display four(4) pictures of each link in display.asp page
that will extract data of 4-pictures from database and display all four
pictures in detail-view.asp page
How to do in front page 2003 using access database ???


aaaaaaaa
 
T

Thomas A. Rowe

In the DB store the file name of each photo, then when you display the details fill in a image tag
the name of the photos.

This is how it would look if hand coding, not sure how you would do this directly with FP DB
components.

<img border="0" src="<%=Recordset("Photo1")%>" width="200">

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top