I agree with Mr. Villalobos:
You are looking to update the server-side data, so you need something that
writes directly to the server. Even with straight CF, you would need to post
the information, and JS is much less capable for this activity than CF due
to its security restrictions.
The "Javascript" solution may lie in its server-side companion, LiveWire, if
your server has the capability. And/or, as Mr. Villalobos suggests, a Java
servlet may be more appropriate.
BTW: You CAN use Javascript to modify CF variables, as long as you are
willing to accept some client-side hiccups, like the reloading mentioned by
Mr. Stern: Pass the JS variable through the URL, as mentioned by Mr. Steifel
and Mr. Riley.
James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com