1. Don't Know.
2. As far as I know you should be able to use almost anything in the data
except #'s.
3. Just use the name of the field you want. IE:
If <cfoutput>#query_string#</cfoutput> is ?cfid=1234&cftoken=76323661
Then to access just the pieces you would
<cfoutput>
cfid = #cfid#<br>
cftoken = #cftoken#
</cfoutput>
and you would get
cfid = 1234
cftoken = 76323661
HTH,
--K
====================
Katrina Chapman
Consultant
Ameriquest Mortgage
"Cristi"
<bcristi@innovativ To: <[EMAIL PROTECTED]>
e.west.ro> cc:
Subject: Some beginner questions
05/31/00 07:50 AM
Please respond to
cf-talk
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.
------------------------------------------------------------------------------
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.
- Some beginner questions Cristi
- RE: Some beginner questions Philip Arnold - ASP
- Re: Some beginner questions Jennifer
- RE: Some beginner questions Pablo Nevares
- RE: Some beginner questions Dave Watts
- Re: Some beginner questions Bud
- Re: Some beginner questions John Westerlund
- RE: Some beginner questions KChapman
- RE: Some beginner questions mherbene
- RE: Some beginner questions Larry Meadors

