Weese
Programmer
- Apr 3, 2003
- 17
I want to use something like this in my javascript.
objForm.cboComboBox.style.width = objForm.cboComboBox.style.width * 0.9;
But it is not working.
Pls help to solve this.
objForm.cboComboBox.style.width = objForm.cboComboBox.style.width * 0.9;
But it is not working.
Pls help to solve this.