on 11/9/00 9:19 AM, S R at [EMAIL PROTECTED] wrote: > How do I set a variable in CF from a javascript? You can't. CF executes server-side, JS client-side. You could pass the result as a form value to another CF page which stores it as a session var though. Although, for this you'd be better off using the cgi environment variable #cgi.http_user_agent# in CF. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ------------------------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED]

