1 <asp:TextBox ID="TextBox1" onfocus="this.value=''" runat="server" Text="提示文字"></asp:TextBox> //这是当光标定位于输入框里面的时候 提示文字消失
2
3 <asp:TextBox ID="TextBox1" onmouseover="this.value=''" runat="server" Text="提示文字"></asp:TextBox> //这是当光标移动到输入框上面时 提示文字消失
2
3 <asp:TextBox ID="TextBox1" onmouseover="this.value=''" runat="server" Text="提示文字"></asp:TextBox> //这是当光标移动到输入框上面时 提示文字消失
浙公网安备 33010602011771号