Adobe Dreamweaver 0
Adobe Muse 0
ASP.net 0
.htaccess 6
CSS 5
Perl 0
PHP 48
PHP - User System 2
HTML 12
Java 0
Javascript 14
Ruby on Rails 0
General Web Development 4
Operating Systems
Video & Audio Editing
Adobe After Effect 0
Adobe Premiere 0
Adobe Audition 0
Final Cut 0
FruityLoops 0
iMovie 0
Windows Movie Maker 0
App Development
Hardware
Miscellaneous
<input type='text' value='Name' onclick='this.value='' name='username' size='10' maxlength='25'>
its alryt u can use onclick="this.value=''"
Noticed that i used ' ' instead of speech marks
It may be helpful for some.
Works Alittle Better. Scicne It Clears The Form And keeps the form cleared unless there is nothing in the text box. But Yours Works As Well.
onclick="this.value=''" (for my usersystem, which is naresh's or w.e.)
while you had this:
onclick="this.value='"
But you need to have '' after the value= so it tells it to put nothing in there. But all in all great job and nice tut.