Hi,
I have a multiple select box. By default all entries in that is selected. I want to make it as read only. I have tested with 'readonly' and 'readonly=true' both are not working. What I have to do? My code is as follows,
[html]
<select style='width:17 7px;border:1px solid black;backgroun d:none;' name='Test[]' id='Test' size='10' multiple readonly>
[/html]
AMT
I have a multiple select box. By default all entries in that is selected. I want to make it as read only. I have tested with 'readonly' and 'readonly=true' both are not working. What I have to do? My code is as follows,
[html]
<select style='width:17 7px;border:1px solid black;backgroun d:none;' name='Test[]' id='Test' size='10' multiple readonly>
[/html]
AMT
Comment