Hi Im converting a asp site to coldfusion
and the only bit i don't get is this bit of asp code that asks a specific 
browser to supply more details via the specific browser - 

- can some one help me recode this in coldfusion ??

- sarah 


<code >



If Request.ServerVariables("HTTP_EVE.TRUSTED")="no" Then
  Response.AddHeader "eve.trustMe","http://your-site-name-here::Optional message"
  Response.Write(Request.ServerVariables("HTTP_EVE.TRUSTED"))
Else
  For each VarName in Request.ServerVariables
    If InStr((VarName),"HTTP_EVE") Then
      Response.Write(VarName & " : " & Request.ServerVariables(VarName) & "<br>")
    End If
  Next
End If



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.518 / Virus Database: 316 - Release Date: 11/09/2003

Reply via email to