RichJr Posted August 21, 2000 Posted August 21, 2000 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
Vaughan Posted August 23, 2000 Posted August 23, 2000 Use the [FMP-LinkRecID: ] CDML tag and specify a different format file. The new format file shold have the larger image on it.
Recommended Posts
This topic is 8927 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now