Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [gatman] Embed Photo In Static Page

Quote Reply
Re: [gatman] Embed Photo In Static Page In reply to
Hi,

If you want to show Photo2, Photo3.. up then just make a link:
<a href="db.cgi?do=home&page=photo_enlarged.html&db=<%db%>&id=<%ID%>&cn=Photo2"> Photo 2</a>

The HTML of photo_enlarged.html should be:
....

<img src="db.cgi?do=view_file&db=<%db%>&cn=<%cn%>&id=<%id%>">
....

Hope that helps,

TheStone.


B.

Last edited by:

TheStone: Jan 10, 2002, 10:02 AM
Subject Author Views Date
Thread Embed Photo In Static Page gatman 3354 Jan 10, 2002, 8:19 AM
Post Re: [gatman] Embed Photo In Static Page
604 3245 Jan 10, 2002, 9:59 AM