Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I want to use something like this i

Status
Not open for further replies.

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.
 
whwy do u have to use style at all?
just take out the style and see if it does change the width
 
this might not be working because the initial value of style.width could be undefined.



=========================================================
while (!succeed) try();
-jeff
 
hi im new to programming and would like to find out how to use the arrat and functions in javascript.Any help would be welcome
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top