August 21, 200025 yr An online catalog: Click through a list of products using CDML <a href="http://xx.xx.xx.xx:591/FMPro?-db=database&-format=format.html&category=shirts&-find>shirts</a> this link will list all shirts in database. the cdml for the format.html page looks like: [FMP-record] <a href="[FMP-Linkrecid:format=format2.html]>[FMP-Field roduct]</a>[/FMP-Record] Format2.html is the final product page, which displays the details of the product listed from the previous page. All of the above works fine. I just wanted to explain the situation. Here is my problem. I have images on my page which are placed from the database. They are thumbnail images- I would like to be able to set it up so the user can click on the image and a bew window pops up displaying the larger image, also stored in the database. The popup part is easy, the problem is that, all references are to the first record in the database and not to the current record., How can I show the current record image? If you dont understand, email me direct and I'll give you a link. ------------------ Rich
August 23, 200025 yr Use the [FMP-LinkRecID: ] CDML tag and specify a different format file. The new format file shold have the larger image on it.
Create an account or sign in to comment