How to add javascript?
-
I’m trying to get JavaScript in the input fields so I can hide text on click.
value="Search" onblur="if(this.value=='') this.value='Search';" onfocus="if(this.value=='Search') this.value='';"
- The topic ‘How to add javascript?’ is closed to new replies.