Select calendar
-
Hi.. I'm currently doing a web design on the calendar. I would like to ask that if i click the date on the calendar, how can i make it appear on the text box once i click on the date? I have tried several ways of doing it but it does not show out. Did anyone know how to call the date out onto the textbox? Your help will be greatly appreciated.Thank :laugh: Cheers!
-
Hi.. I'm currently doing a web design on the calendar. I would like to ask that if i click the date on the calendar, how can i make it appear on the text box once i click on the date? I have tried several ways of doing it but it does not show out. Did anyone know how to call the date out onto the textbox? Your help will be greatly appreciated.Thank :laugh: Cheers!
-
Hi.. I'm currently doing a web design on the calendar. I would like to ask that if i click the date on the calendar, how can i make it appear on the text box once i click on the date? I have tried several ways of doing it but it does not show out. Did anyone know how to call the date out onto the textbox? Your help will be greatly appreciated.Thank :laugh: Cheers!
When You Open a New Window When you open a new window (Calendar) just pass your form name along with the textbox name. Inside The Your Code in NEWWINDOW.ASP When you click any control in NEWWINDOW.ASP you may call some function. In that function use the following code. if (opener !=null){ var updateTo=eval("opener.document." + hSourceCtrlName); updateTo.value=dateField; updateTo.focus(); } Where hSourceCtrlName=FORM NAME.TEXT BOX NAME(where you want to return focus) Where dateField =Your Date. N.Rajakumar B.E., Application Developer,