[thelist] Re: ASP question: the string is too long for the pulldown menu

jay.blanchard at thermon.com jay.blanchard at thermon.com
Tue Feb 5 15:28:01 CST 2002


<option value="AL" SELECTED>Alabama</option>

The option value AL refers to a fixed column width field in the table,
"Alabama" is what the user sees. Try this;

<option
value="<%=rs.keyword_value_80_characters_wide%>"><%=rs.all_of_the_words_not_cut_off_at_the_end%></option,
where rs is a recordset from the table you are getting the keywoards from.

Hope this helps!

Jay




More information about the thelist mailing list