boatdrinks
IS-IT--Management
if I have an asp.net textbox called textbox2 how do I get the text "DTP" to appear in the textbox when the cursor enters it?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<input type="text" name="textbox2" onfocus="if (this.value == '') {this.value = [red]'[/red]DTP[red]'[/red];}" />