help with display
Hi All
I have a page mm.cfm which displays 2 columns from a table in the database, and this page is being called as a template from a main.cfm .
The columns that are being displayed in mm.cfm are tied to an mm_id in the database which used to be constant till now, the mm_id is being changed i.e,now mm_id can be 1, 2, 3, 4.
now I need to display in the main.cfm these mm_ids as links so that when i click those links the data in the mm.cfm linked to that id needs to be displayed.
I am new to javscripting, please help me out with this task
thanks in advance
