Firebug_web wrote:
> So is there a way anyone here can think of to get a java
> variable and turn it into a CF one?
To pass information from the client browser back to the
server, you must submit another request. There are different ways
to do that: submitting a form, using ajax, etcetera. How you submit
the request is up to you.
You may want to read this thread. It contains a good
description of the communication process between client browser and
ColdFusion, which explains why another request is necessary.
http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57175#310077
> java variable
Java
script variable. There is a significant difference between
the two ;-)