Page 1 of 1

Text disappear when clicked

Posted: Sat Feb 02, 2008 10:44 pm
by JohnTaylor
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....

Re: Text disappear when clicked

Posted: Sat Feb 02, 2008 11:04 pm
by John Cartwright

Code: Select all

<input type="input" onfocus="this.value=''"
:P

Re: Text disappear when clicked

Posted: Sun Feb 03, 2008 12:43 am
by JohnTaylor
Thanks, that worked...