On Nov 11, 1:56 pm, Rathric <rstann...@gmail.com> wrote:
> I have a question about drop down options with html/jscript/Asp.net
> and ajax/jquery/.  When the user populates the form and submits, the
> output is written to memory and sent to an email address.  What I have
> noticed is that the output is only showing the value and not the text
> like so:
>
> Main Security: 14500
>
> he data is pulled from a text file with the options listed:
>
> <option value=14500>14500--MAIN SECURITY</option>
>
> I'm not sure what I can do to have the output on the email form
> display like so:
>
> Main Security: 14500-Main Security
>
> Any ideas?


Put that in the value attribute if that's what you want to be
submitted.

Reply via email to