aaahhhh, like this instead of
mens sizes: 30,32,34 it would be mens sizes: <select name="opt_WAIST MENS SINGLE" class="styles" required="yes"> <option value="--" selected>--</option> <option value="30">30</option> <option value="32">32</option> <option value="34">34</option> </select> > Hi Jamie > > You mention the key values are stored in a structure in the application > scope ? Is this because they do not change very often? If this is the case, > could you generate all the <SELECT> list tags once (or on-demand) and cache > them as elements in an (application-scope) structure and simply display them > rather than dynamically building each required selector each time? > > Just an idea > Aaron --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
