> 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

#url.login# will give you the value of "login" in the url
for example, in...
http://www.whatever.com/index.cfm?node=developer&login=pablo
#url.node# is developer and #url.login# is pablo

Is that what you were looking for?

Pablo Nevares
Information Technology
Hendricks & Partners
[EMAIL PROTECTED]
------------------------------------------------------------------------------
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