I am encountering an issue with three textboxes all having watermarks. When I use JavaScript to set the value of the second textbox in the OnChange event of the first textbox, the text appears as a watermark. However, when I click on the textbox, it becomes empty, and upon leaving, it reverts back to the original watermark text.
Is there a way to have the text set by JavaScript display as the entered text rather than the watermark text?