Hello there.
If anyone can find some time...

1) Can I call a JavaScript function from CF?
        Smth. like <CFSET x = f(y)>

        where f is a JavaScript function.

        I tried <CFSET x = f(y)>, but it didn't work.

2) How do I manage strings containing special characters as dbl. quote (i.e.
")
        Should I prefix them with something.

        I'd like to have an output like

                        say "hello"
3) How can I get the value of each field in a query string?
        I know the #cgi.query_string# which returns the entire query string, but I
want to access specific fields

Thanks in advance

Cristi

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.

Reply via email to