I want to display a calendar control in an iframe but I dont want to get the server involved. The calendar is displayed in the iframe without the server being involved but the problem comes when the user selects a date. At that time I handle the day render event, close the iframe in which the calendar was displayed and display the day selected in a text box on the main frame. How can I do this without the server being involved