html delete default text, input box text, how to automatically delete default text, input box text when click on it, tips, guide how to automatically delete default html text box text
(Website Helper) default text box text Number of Visitors: Site Map

how to automatically delete default html text box text



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about html delete default text, input box text, how to automatically delete default text, input box text when click on it, tips, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



Sometimes you need to provide the visitors an example for the text typing into a html text / input box and when visitors click on the text box, the default text automatically disappeared so that visitors can type their own's. To delete the default html text / input box text is not that difficult. The only important thing you need to do is to add the following tag into the Input / text box statement:

onfocus = "value=''"

Let's first see how it works as follows:

Please type your domain name in the following:

The following is the whole code for deleting the default html text / input box text:


Please type your domain name in the following:
< INPUT type="text" name="url" value="http://www.edusoftmax.com" size="50" onfocus="value=''" >
Note:

1. Change the Value="http://www.edusoftmax.com" text to the default text you prefer to be displayed in your text box.

(Website Helper) default text box text (c) EduSoftMax - www.edusoftmax.com