Pick Date






Put this between your HEAD-tags
<script language="JavaScript" src="java/datepicker.js"></script>




Put this between your BODY-tags where you want it
<center>
<form name=calform>
<input type=text name="datebox" size=15>
<a href="javascript:show_calendar('calform.datebox');" onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;">
<img src="show-calendar.gif" width=24 height=22 border=0>
</a>
</form>
</center>

Download datepicker.js and put it in the same directory as your HTML-file!
If you want the small picture you can download it here!


Free JavaScripts provided
by Winfolinx.com

Back