[thelist] readonly and select boxes

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Tue Jun 6 14:54:23 CDT 2006


On 6/6/06, Dan McCullough <dan.mccullough at gmail.com> wrote:
>
> Can it be done?  I dont see alot of examples out there with readonly
> and select boxes.


selects are readonly by default (since you cannot change the contents of
it).
making them disabled may be what you want:

<select disabled="disabled">
...options...
</select>


HTH,
-- 
Volkan Ozcelik
+>Yep! I'm blogging! : http://www.volkanozcelik.com/cre8/blog/
+> Going solo in Turkish: http://www.volkanozcelik.com/donkisot/
+> My projects/studies/trials/errors : http://www.sarmal.com/
+> Sardalya JavaScript Library: http://www.sarmal.com/sardalya/



More information about the thelist mailing list