Hi,
I have rather a complicated question. I am trying to implement a date 
function using three <cfselects>: selStudentEnrolmentDateDay, 
selStudentEnrolmentDateMonth and selStudentEnrolmentDateYear. I need 
to be able to reload the page when the user changes the value of 
either selStudentEnrolmentDateMonth or selStudentEnrolmentDateYear. It 
has to pass in the following url variables:
studentID=a hidden value in the form called recordID
inputMonth=the displayed value of selStudentEnrolmentDateMonth
inputYear=the displayed value of selStudentEnrolmentDateYear

So for example, if recordID=2, the month is 5, and the year is 1991, I 
want the following page to be loaded if the user changes 
selStudentEnrolmentDateYear to 1992:
studentpersonaldetails.cfm?studentID=2&inputMonth=5&inputYear=1992

Something like javascript:window.open('studentpersonaldetails.cfm?
studentID=2&inputMonth=5&inputYear=1992', 'main') would be great, but 
I don't know how to get the values into the url!

Thanks very much,
Gary


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to