Question
CFC & URL Vars
Hello,
I am using code from Fullcalendar to invoke a CFC. It passes URL vars that I need to access in the CFC. How do I access them?
js code
...
events: "/tools/calendar_portal/calendar.cfc?method=queryEvents&calendarid=21,23&returnformat=plain",
...
more js code
