Guest_imported
New member
- Jan 1, 1970
- 0
I have a <SELECT size=10 id=Choices name=Choices multiple> list enclosed in a form.
Some of my options are 3 words, but only the first word shows up when I do my Request.Form("Choices".
For example, say my <option> is "Choice number one", after the submit, I only get "Choice".
How can I have blank spaces in my selection?
Thank you for your time,
Olivier
Some of my options are 3 words, but only the first word shows up when I do my Request.Form("Choices".
For example, say my <option> is "Choice number one", after the submit, I only get "Choice".
How can I have blank spaces in my selection?
Thank you for your time,
Olivier