How do I set a variable in CF from a javascript?
Ex:
<script language="JavaScript">
document.write("You're using: <b>"+navigator.appName+"
"+navigator.appVersion+"</b>");
</script>
I would like to set this as a session variable. I cannot do this because I
tried:
<cfset session.myBrowser = "+navigator.appName+">
Thanks
Sal
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
------------------------------------------------------------------------------------------------
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]