Javascript click function not working
- by Nabe
I need to null the value in text box on click, currently I have written a code as such
<div class="keyword_non">
<h1>Keywords : <a class="someClass question_off" title="Keywords "></a></h1>
<h2><input type="text" name="kw1" value="one" /></h2>
…