Hey Palyne,

View Source.  If you can see your CFML tags, then your code isn't making it through 
the parsing engine.  Make sure your CF templates end in .CFM or .DBM, and that they 
are, in fact, residing on the server and being delivered through http: and not file:. 
;)

Take Care,

Seth

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Palyne Gaenir
> Sent: Wednesday, October 31, 2001 1:02 PM
> To: [EMAIL PROTECTED]
> Subject: CGI Variables
> 
> 
> 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
> 



-------------------------------------------------------------------------
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