Hi Mike,

This is great.  Works perfectly, thanks so much.

Renee

-----Original Message-----
From: Mike Chytracek [mailto:[email protected]] 
Sent: Wednesday, February 18, 2009 10:23 AM
To: cf-newbie
Subject: RE: Using a URL in an if statement


Or do you want to see the script name then use

<cfif findNoCase("tv.cfm", cgi.script_name)>
  FOUND!
</cfif>

-----Original Message-----
From: Renee Spadaro [mailto:[email protected]] 
Sent: Wednesday, February 18, 2009 9:05 AM
To: cf-newbie
Subject: Using a URL in an if statement


Hello,

This is probably pretty easy but...

If I want to use the same code on two pages but need it to display
differently on each page, how can I use the URL to determine the
display?

I tried to use IsDefined but the URL is not really a parameter so it
didn't
work.  

Basically all I want it to say is:

cfif URL = tv.cfm do this else do something else

Would somebody please tell me the syntax for the URL?

Thank you so much!

Renee Spadaro 





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4375
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to