Links using database info/coldfusion

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
jmj
Beginner
Beginner
Posts: 2
Joined: Tue Sep 24, 2002 4:56 pm
Location: Charlottesville VA

Links using database info/coldfusion

Post by jmj »

I'm using the menu for a project with teachers. I want the teacher to be able to follow the student through the subjects (math, science, reading). I can't seem to get my link to pass the studentid so it will go to the correct subject but then the teacher needs to repick the student's name. (but it still sends session information!...) I am using cold fusion
In my menu_array I've made it into a cfm page. This is one of my links

,"Writing","<CFOUTPUT>Index.cfm?Fuseaction=SeeCourse3&#URLToken#&TchrID=#TchrID#&Course=3&StudentID=#StudentID#</CFOUTPUT>",,,

The teacher id (tchrID) passes alsong witht the urltoken,,,,only the StudentId doesn't pass.
Any ideas? Thanks for any ideas.
j
(ps I've had this workding with other menus so I know my query is ok.)
Post Reply