Rahul Patil

Rahul Patil

  • NA
  • 17
  • 37.8k

Hiding control through javascipt

Apr 28 2011 3:57 AM
Hi all
 I am taking one image on web form in this way
<
How can i hide it on page load through javascript
input type="image" id ="img" src="../Images/calendar.jpg" onclick="displayCalendar(document.forms[0].Text2,'dd/mm/yyyy',this);return false;" />

Answers (1)