Question
Discussion Board
I've created a discussion board with Dreamweaver and
Coldfusion. The details of the messages (author, subject, date
posted etc.) are in a table.
I want one of the cells in the table to display the number of the record/message a person has clicked on. It would be something like: "Message 8 of 160". It would naturally change when a visitor clicked on another cell.
I'd be very grateful if someone could direct me to the kind of code I'd have to write to do this. I imagine I'd need some 'on click' command and a query to search the message database to find the row number for that record.
I thank you in advance for your help.
I want one of the cells in the table to display the number of the record/message a person has clicked on. It would be something like: "Message 8 of 160". It would naturally change when a visitor clicked on another cell.
I'd be very grateful if someone could direct me to the kind of code I'd have to write to do this. I imagine I'd need some 'on click' command and a query to search the message database to find the row number for that record.
I thank you in advance for your help.