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;" />
Loading
Madhu KPosted Apr 28, 2011, 5:44 AM
Call the function on body onload that will hide the image.