Hello-

I have a site that has two possible banners.  It shows an animated image (GIF) banner if the current page is /index.cfm and a static image banner for all others.  I use the following code:

<CFIF #CGI.SCRIPT_NAME# is �/index.cfm�>
     <IMG SRC=""> <CFELSE>
     <IMG SRC=""> </CFIF>

However, I have come across an instance where neither image is displayed using Windows XP/IE6.0 SP2.  It works fine on other machines with the same browser.

This code is brought into the index.cfm page via CFINCLUDE.

I�m stumped.  Any ideas?

Thanks,
Brian
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to