I got a page with a list of publications. Each publication has the following info in a database: Author, Title, Introduction and Number. What I want is to make a link from each title to a new page that gives some introductory text. I would like to avoid having a new page for each publication. In my case it would be over 40 pages. Instead it would be nice if it´s possible to pass the information from the list, on which publication the user clicked on and dynamically give that info to the new page so that the specific introduction is shown.
This is how each publication is listed.
<A href=”grfakta_intro.cfm”>#NUMBER_GRFAKTA#. #TITLE_GRFAKTA# #AUTHOR_GRFAKTA#</A>
This is the info that is supposed to be on the grfakta_intr.cfm-page
#TITLE_GRFAKTA# #NUMBER_GRFAKTA#-#YEAR_GRFAKTA#
#AUTHOR_GRFAKTA#
#INTRO_GRFAKTA#
How do I do that?
Regards
Niclas
This is how each publication is listed.
<A href=”grfakta_intro.cfm”>#NUMBER_GRFAKTA#. #TITLE_GRFAKTA# #AUTHOR_GRFAKTA#</A>
This is the info that is supposed to be on the grfakta_intr.cfm-page
#TITLE_GRFAKTA# #NUMBER_GRFAKTA#-#YEAR_GRFAKTA#
#AUTHOR_GRFAKTA#
#INTRO_GRFAKTA#
How do I do that?
Regards
Niclas