-------------------------------------------------- <img id="imgk" src="images/smile.jpg" width="100" heig...
Thursday, 19 June 2014
javascript Change image onmouseover
satish mallick
June 19, 2014
<img onmouseout="this.src='images/smile.jpg'" onmouseover="this.src='images/smile1.jpg'" src="i...
------------------------------------------------------------- <p id="yo"></p> <script> var currentDate = new...
Wednesday, 18 June 2014
Drop Down List URL Jump Box in javascript
satish mallick
June 18, 2014
--------------------------------------------------- <form name="jump"> <select name="slt" OnChange="...
password protected url in javascript
satish mallick
June 18, 2014
--------------------------------------------------- <script> function password(){ ctp = prompt('plz enter the pass...
--------------------------------------------------------- <input type="text" placeholder="plz enter color code" id=...
Dynamic Date Display in javascript
satish mallick
June 18, 2014
-------------------------------------------------- <script> var day = new Array ("Sunday", "Monday", "Tuesd...