I'm working with some select menus that look like the following. <SELECT Name = "somename" SIZE="#somequery.recordcount#" Multiple> They are created in such a way so that they are always big enough to hold all data in them without a scrollbar. What I want to do is get rid of the scrollbars since they are disabled anyways, is there a way?
anyways, i found out that they don't actually show up in IE.. but in IE there is much worse behaviour around the options boxes.. the disabled option doesn't seem to work at all on them. so i've got my select as before.. and i'm making options for it as so, <Option title="#somequery.somefield#" disabled>#somequery.somefield# and when i open up the page in firefox they are disabled, and in IE they are very much alive.. and leaves the user the ability to really screw up my database... is there not a way to disable options in IE?