OK got you. Now I have clarity.

 

Time to crunch code!

 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com


From: Teddy Payne [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 27, 2006 10:49 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Alternate image shown logic help?

 

lol Doug..that was good geek humor :)

We did notice the ";" Robert.  This is a dead giveaway of cfscript.  Writeoutput can be used in many places, but it is very commonly used inside of cfscript tags.

Kind of like:

<cfscript>
    if FileExists("C:\www\images\picture.gif")
    {
        writeoutput("<img src=''>");
    }
    else if FileExists("C:\www\images\no_picture.gif")
    {
        writeoutput("<img src=''>");
    }
    else
    {
        writeoutput("<img src=''>");
    }
</cfscript>

--
<cf_payne />
http://cfpayne.wordpress.com/
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

Reply via email to