I have several data entry pages in my Web application, and they have textboxes that need to appear when their labels are clicked, and disappear when their labels are double-clicked. I'm using JavaScript to make this happen, but for some reason, the only way I can enter any text into a textbox is if I keep the mouse-button pressed down within the textbox while I'm entering something. (I'm seeing this w/both IE and Firefox). But when I tab to the next textbox, what I entered in the previous textbox disappears.
Any ideas as to how to fix this?
Any ideas as to how to fix this?