Hi Bharath. Thanks for replay.Yes, I need JS code in event change of
drop-down list with IF statement. It should be look
like:if(xfa.event.newText == "Other") TextField.presence.w = "2 in";
DropDownList.w = "1 in";else TextField.presence.w = "1 in";
DropDownList,w = "2 in";But that code doesn't work. My problem how
correct to specify width in the JS code. How to fix it?Thanks.