root/trunk/website/soundings/handlers/multiplechoiceother/save.cfm @ 5

Revision 5, 0.5 kB (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1<cfsetting enablecfoutputonly=true>
2<!---
3        Name         : handlers/multiplechoiceiother/display.cfm
4        Author       : Raymond Camden
5        Created      : September 17, 2004
6        Last Updated : September 17, 2004
7        History      :
8        Purpose          : Supports Multiple Choice Multi w/ Other
9--->
10
11
12<!--- Multichoice other is just a modified version --->
13<cfmodule template="../multiplechoice/save.cfm" attributeCollection="#attributes#"
14        other=true/>
15       
16<cfsetting enablecfoutputonly=false>
17
18<cfexit method="exittag">
Note: See TracBrowser for help on using the browser.