Calendar-enable your applicationThis application shows you how to add calendar functionality to your application. Calendaring can enhance your application and make it look more professional. It also allows you to control how the date is entered without having to put up several form elements to try and force some date convention.
This small application used a few things to make it happen. One object in JavaScript that was important is window.opener. This tells the client to act upon the browser that opened it. Because of the inherent nature of the functionality, the window is made to stay on top until done. So, using JavaScript, the browser stays on top until, and then closes itself when, a day is selected.