After selecting 5 and 2, does any solution for how could get a string output like: 5 greater than 2 ?
<p class="showTxt" id="showTxt">
<select size="2">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
<p> greater than</p>
<select size="1">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</p>