Newbie here - sorry - looking for script for a 'text disappear when clicked', ie. . .
http://www.mojopages.com/popular-catego ... categories
.. as on the top of the page...
Thanks in advance....
Text disappear when clicked
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Text disappear when clicked
Code: Select all
<input type="input" onfocus="this.value=''"-
JohnTaylor
- Forum Newbie
- Posts: 2
- Joined: Sat Feb 02, 2008 10:40 pm
Re: Text disappear when clicked
Thanks, that worked...