Re: using disabled attributes in tag

2008-02-11 Thread Arpan Debroy
In IE browser read only buttons are not grayed up. Have anybody faced this? On Feb 9, 2008 1:03 PM, Arpan Debroy <[EMAIL PROTECTED]> wrote: > I have a problem in Internet Explorer. The disabled elements are not > grayed up. > Have anybody faced the similar situation. > > > On Feb 8, 2008 7:46 PM,

Re: using disabled attributes in tag

2008-02-08 Thread Arpan Debroy
I have a problem in Internet Explorer. The disabled elements are not grayed up. Have anybody faced the similar situation. On Feb 8, 2008 7:46 PM, Okan Özeren <[EMAIL PROTECTED]> wrote: > Hi, > > This is a bug for old version of strust 2, but fixed on 2.0.8 version. > > You should create a solutio

Re: using disabled attributes in tag

2008-02-08 Thread Okan Özeren
Hi, This is a bug for old version of strust 2, but fixed on 2.0.8 version. You should create a solution with javascript. Presumably your js function is wrong. Probably your tag name is wrong. You should look its source code on browser for tags real name. Okan. On Feb 8, 2008 3:32 PM, Johnson ni

using disabled attributes in tag

2008-02-08 Thread Johnson nickel
Hi all, How to use enable and disable attributes in but it's not working. what wrong with this, i tried onclick event using html drop down . // Javascript function function enable() { formname.savebutton.disabled="true" } Give me a suggestion for this problem. Reg