Please refer this link
Please help me to make this listbox readonly. Please do not use disable attribute as I need to post it later.
<select size=4 multiple="multiple">
<option selected=selected>Volvo</option>
<option selected=selected>Saab</option>
<option selected=selected>Mercedes</option>
<option selected=selected>Audi</option>
</select>