aaahhhh, like this

instead of 

mens sizes: 30,32,34

then looping it to output, simply store the generated tag

so 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>

then simply output the key value

This is why i posted this question!

cheers

jamo



> 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

Reply via email to