Hiding control through javascipt
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;" />