Re: How to retrieve the text of a drop down list after a POST?
Posted by Duderino82 on 11/18/62 11:43
what are the true risk of putting an option like this?
<option value="Good-Bye">Good-Bye</option>
what can the user do to mess up this? I don't see the problem...I did a
few <select> where option values are elements of a ENUM so I can't use
the 2 columns coding...is it dangerous? in which way?