----- Original Message -----
From: "S R" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 09, 2000 10:19 AM
Subject: GRABBING, JAVASCRIPT, VARIABLES, IN, CF


> How do I set a variable in CF from a javascript?
>
> Ex:
>
> <script language="JavaScript">

<cfoutput>
 document.write("You're using: <b>"+#navigator.appName#+"
 "+#navigator.appVersion#+"</b>");

<cfoutput>

> </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/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to