简体   繁体   English

禁用IE8中的作品,而不是较低版本的IE中的作品

[英]Disabling works in IE8 and not in lower versions of IE

I have a jsp code like this 我有这样的jsp代码

<html:option value="${apealstaList.appealStatusMasterId}" disabled="true">${apealstaList.appealStatusDescription}</html:option>

This disable the options and it works fine in IE8 and not working in the lower versions like IE7 and IE6. 这将禁用这些选项,并且在IE8中可以正常工作,而在IE7和IE6等较低版本中则无法使用。 Please help me in this issue. 请帮我解决这个问题。

EDIT 编辑

Please share If there are any other alternatives. 如果有其他选择,请分享。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM