When I put the below code piece in a cfm page, the page displays the 
words (e.g., "Referer:") so the vars must be found, but it doesn't 
display the actual #value# after.  Is there some different way of 
spec-ing cgi vars than CF vars?  I found these listed in the Forta5 
book but no comment on 'how' to implement them.  Thanks in advance 
for any help.  Palyne

<cfoutput>
<cfif isdefined("cgi.http_referer")>
Referer: #cgi.http_referer#</cfif>
<cfif isdefined("cgi.http_ua_cpu")>
CPU: #cgi.http_ua_cpu#<br /></cfif>
<cfif isdefined("cgi.http_ua_color")>
Color: #cgi.http_ua_color#<br /></cfif>
<cfif isdefined("cgi.http_ua_os")>
OS: #cgi.http_ua_os#<br /></cfif>
<cfif isdefined("cgi.http_ua_pixels")>
Rez: #cgi.http_ua_pixels#<br /></cfif>
<cfif isdefined("cgi.http_user_agent")>
Browser: #cgi.http_user_agent#<br /></cfif>
</cfoutput>


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to