> <script language="javascript">
> var x = "Superman";
> document.write("<cfset y = "+x+">");
> </script>
This won't actually do anything in CF. If you need to pass a variable from
the browser (including from JavaScript), you'll have to send it back in an
HTTP request. You can do that with JavaScript using the location object or
by programmatically submitting a form.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.