Random Text:

Description:
This utility gives you the ability to display random text to your users. It's great for creating dynamic greetings on your homepage or any other page. It's really simple, and like most of our utilities, there's no programming required. All it takes is two lines of code and you have dynamic text on your page.

The Required Code:
<cfset text_list="comma seperated list messages">
<cfinclude template="/common/random_text.cfm">

NOTE: If you have a comma ( , ) in your message, it will cut off that message at that point.

Examples:
<cfset text_list="Welcome to my homepage, Hello net surfer, Thanks for visiting my site">
<cfinclude template="/common/random_text.cfm">

Close