<input id="simple_calendar" name="simple_calendar" type="text" /><br/> <script type="text/javascript"> InputCalendar.createOnLoaded('simple_calendar'); </script> Calendar Style + IE bug fix http://support.microsoft.com/kb/177378 <input id="style_calendar" name="style_calendar" size="30" type="text" /> <script type="text/javascript"> InputCalendar.createOnLoaded('style_calendar'); </script> <br/> <