What is the correct way to write the following?
I need to redirect a user based on his/her IP address range if the 
CGI.REMOTE_ADDR falls between 2 IP address ranges or if using a netmask. 

<CFIF (#Left(CGI.REMOTE_ADDR, 13)# between ('172.29.278.33' and 
'172.29.278.62'))>

<cflocation url=.....> etc

Can I use the between function like above?
Please advise....

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276440
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to