Thread
:
onclick text box?
View Single Post
•
•
Join Date: Aug 2008
Posts: 954
Reputation:
Solved Threads: 131
essential
Offline
Posting Shark
Re: onclick text box?
0
#
5
Dec 3rd, 2008
You may also apply this with onfocus event...
Help with Code Tags
html Syntax
(
Toggle Plain Text
)
<input
type
=
"text"
value
=
"Enter Some Text!"
size
=
"30"
onclick
=
"this.value='';"
/
>
<input type="text" value="Enter Some Text!" size="30" onclick="this.value='';" />
essential
View Public Profile
Find all posts by essential