Hi All,
I have a page where I create a set of controls (Labels, Textboxes, etc.) dynamically from an XML document. Some of the labels have a function associated with them that calls a pop-up Datepicker. Everything works fine until I choose a date in the Datepicker. When it returns to the original window (the "window.opener" window) it can't find the dynamically created textbox it should fill. when I do it with a "hard-coded" textbox it works fine. The textbox must be dynamically created according to the definitions in the XML so I have to stick to it. :o
Please help me solve this one...
Thanks