<select name="example"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select>
the value attribute is for text. If I use them for relational operator, it would be error because it is string. So,I want to replace it for integer, so i can use the integer value with relational operator. Anyone can help me?

New Topic/Question
Reply


MultiQuote





|