1
Answer

Hiding control through javascipt

Rahul Patil

Rahul Patil

13y
2.3k
1
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)