RE: Hide and Show Problem

2001-05-22 Thread Dinesh Chaturvedi
: RE: Hide and Show Problem I had the same problem and find no way to achieve this under NS. So I used the following : function showElement(someTestForVisibility) if (someTestForVisibility == false) { document.myformobj.elementToHide.blur

Re: Hide and Show Problem

2001-05-22 Thread William Jaynes
I would do this on the server side by wrapping the text box in a logic tag. logic:present name=visibilityFlag html:text ... \ /logic:present But perhaps you have a requirement to do it on the client. - Original Message - From: Dinesh Chaturvedi [EMAIL PROTECTED] To: [EMAIL PROTECTED]