Robert,
> QUESTION: How can I add additional IP addresses using an OR
> statement to the
> above?
> I tried <CFIF CGI.Remote_Addr is "200.00.11.99" or "200.00.13.99"> but it
> only sees the 1st IP.
>
<cfset iplist = "200.00.11.99,200.00.13.99">
<cfif iplist contains CGI.Remote_addr>
....
</cfif>
That should do the trick, but you may need to enclose the ip addresses in
single quotes...
Regards
Stephen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists