It works! Thanks a lot Paul.Could you please help me with another simple
question which I posted here:
http://forums.adobe.com/message/2446358#2446358Check Box - JavaScript
Problem?Here is the code I am using:if(TableA.A.rawValue !=1){
this.presence = "hidden";} else if(TableA.A.rawValue == 1){
this.presence = "visible";} When the user checks the box the comments
textbox is visible (else, it isn't visible).The problem is that when the
textbox is visible, the user is unable to enter any text. Wha...