View Single Post
Join Date: Aug 2008
Posts: 954
Reputation: essential will become famous soon enough essential will become famous soon enough 
Solved Threads: 131
Featured Poster
essential's Avatar
essential essential is offline Offline
Posting Shark

Re: onclick text box?

 
0
  #5
Dec 3rd, 2008
You may also apply this with onfocus event...
  1. <input type="text" value="Enter Some Text!" size="30" onclick="this.value='';" />
Reply With Quote