boatdrinks
IS-IT--Management
When you tab to this textbox 'dci.gov' appears, I would like the cursor to be placed at the beginning not the end though.
<asp:Textbox id="Insertemail" maxlength="30" onfocus="javascript:if (this.value == '') {this.value = '@dci.gov';}" width="175" onkeypress="return noenter()" runat="server" />
Is that possible?
<asp:Textbox id="Insertemail" maxlength="30" onfocus="javascript:if (this.value == '') {this.value = '@dci.gov';}" width="175" onkeypress="return noenter()" runat="server" />
Is that possible?