I got it......this works fine...what do you guys think
?

<cfset temp='#get_data.UserID#'&'.jpg'>
<cfdirectory action="LIST"
directory="E:\InetPub\WWWRoot\Intra\IMAGES\EmployeeImages"
name="names">
        <cfset temp_list = ValueList(names.name)>
        <cfif ListContainsNoCase(temp_list, temp) is not 0>
<cfset
imagesource="\IMAGES\EmployeeImages\#get_data.UserID#.jpg">
        <cfelse>
<cfset
imagesource="\IMAGES\EmployeeImages\JStanley.jpg">
        </cfif>


__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to