Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<CF/> tags..

Status
Not open for further replies.

webmigit

Programmer
Joined
Aug 3, 2001
Messages
2,027
Location
US
With CFOUTPUT and CFSILENT, if you don't have an end tag for each start tag it tells you of course to put one in or to use <CFOUTPUT/> or <CFSILENT/> whichever tag be the case.

What good would either of those serve? If there's no content for the tag then why use them?

Thanks,
Tony Hicks [ Founder of <A href=&quot; online bible. ]
 
If theres no content to be displayed then you do not need cfoutput/cfsilent. However in some cases you may be using a tag which displays output to the screen or a third party tag. You may also want to use these for debugging purposes!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top