Is there a way to pass javascript variables to coldfusion?
I want to get info like screen size and color depth and put them into a stats database (which also counts hits to my website). I can get some of the info I want to gather from coldfusion (like user_agent) but the rest I think I will have to get from javascript (any other suggestions?). The problem is, how do I then get the info into my database? Is there a way to pass javascript variables into coldfusion? I have used JSStringFormat to pass data from coldfusion to javascript, but I'm having a hard time passing data the other way (javascript --> coldfusion). Any ideas?
TIA,
xor
I want to get info like screen size and color depth and put them into a stats database (which also counts hits to my website). I can get some of the info I want to gather from coldfusion (like user_agent) but the rest I think I will have to get from javascript (any other suggestions?). The problem is, how do I then get the info into my database? Is there a way to pass javascript variables into coldfusion? I have used JSStringFormat to pass data from coldfusion to javascript, but I'm having a hard time passing data the other way (javascript --> coldfusion). Any ideas?
TIA,
xor