Posted by shagy on 12/27/05 16:57
Hi,
I'm having a problem with a <select><option> which has white space in
values...
When I post the data I only get the first word (up to the white space).
"Testing white space" becomes "Testing" after posting
code...
<select name="descr" id="descr">
<option value=Testing white space>Testing white space</option>
<option value=Testing white space two>Testing white space two</option>
<option value=Testing white space th>Testing white space th</option>
</select>
I am using form method = post and have also tried method = get
How do I get the full string from the value field.
Any help would be appreciated,
Thanks,
shagy
[Back to original message]
|