Friday, July 6, 2012

Calendar Combo On JavaScript

Calendar Combo On JavaScript

   Date Combo Box In JavaScript

                                                                 
                                                                          පියවර I
------------------------------------------------------------------------------------------------------------
copy this code in to head tag 

<head>

<script language="JavaScript" src="ts_picker.js">
</script>

</head>

                                                                             පියවර II
------------------------------------------------------------------------------------------------------------
Copy this in to Body tag anywhere you want 
<body>

<p>DOB : <div class="dob">    
 <form name="tstest">
<input type="Text" name="timestamp" value="">
<a href="javascript:show_calendar('document.tstest.timestamp', document.tstest.timestamp.value);"><img src="cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the timestamp"></a>
</form>
</div>
  </p> 

</body>

                                                                            පියවර  III
------------------------------------------------------------------------------------------------------------
simply download this zip file and copy those 4 files in to your project dir
like this