回复 3楼victor2DL的帖子
你好。我们又投入精力对你的需求进行了测试和验证。
不能通过<ARAM>设置的话,尝试JavaScript设置。
测试如下设置是行得通的。
- <object id="imdate1"
- classid="clsid:968AA5AB-1697-4E65-BA9A-55071E21DB2E" width="536" height="81"
- >
- </object>
- <script>
- var imdate = document.getElementById("imdate1");
- imdate.DropDown.Visible=1; // true, show the drop down button
- imdate.DropDown.Enabled=0; // false, disable the drop down button
- </script>
复制代码 |