CF_TwoSelectsRelated
Puts two SELECT form elements onto the current page, which contain choices from any query. The two SELECTs are related -- wh...
By Nate Weiss 06-Nov-02 12,817 downloads
10.5 KB
CF_ThreeSelectsRelated
See also CF_TwoSelectsRelated. Puts three SELECT form elements onto the current page, which contain choices from any query. The
By Nate Weiss 06-Nov-02 6,269 downloads
9.8 KB
CF_GetVariables
1) Provides a consistent way to get a list of Form, URL, Cookie, and/or Client variable/parameter names. Rather than dealing...
By Nate Weiss 14-Nov-02 6,242 downloads
10.7 KB
1.7 KB
CF_DirectoryList_Enhanced
Retrieves a list of files from the server's drive--almost exactly like using CFDIRECTORY tag with ACTION="LIST" in Cold Fusi...
By Nate Weiss 16-Oct-02 2,787 downloads
3.7 KB
CF_StripWhitespace
For ColdFusion 4.0 and up only. A simple tag that exploits ColdFusion 4.0's new Custom Tag architecture to "clean up" w...
By Nate Weiss 23-Aug-00 2,786 downloads
2.2 KB
CFX_CSVToQuery
Reads comma-delimited text (or text delimited by some other character) from a file and returns it as a query for your use in...
By Nate Weiss 23-Sep-02 2,397 downloads
41.3 KB
CF_QueryToArray
Takes a Query--which could be the results of a CFQUERY or any other CF tag that returns a query result set, like CFPOP or CF...
By Nate Weiss 24-Apr-02 2,270 downloads
3.4 KB
CFX_QueryColumns
This tag does two things: 1) Allows you to retrieve a list of column names--as a comma-separated list--for any query. Simil...
By Nate Weiss 11-Apr-02 1,929 downloads
64.8 KB
CF_TwoSelectsCombo
Sets up two SELECT lists on any form, side-by-side. The user can press buttons to move items from the left list to the right...
By Nate Weiss 06-Nov-02 1,873 downloads
4.9 KB
