G
Guest
I am using a popup Calendar to populate a textbox. When the textbox is on a
form without content control, it works fine. the script
is:<script>window.opener.document.forms(0).txtDate.value
='3/20/2006';self.close()</script>
However, when the textbox is within a content control, it does not work. I
changed the script to <script>window.opener.document.Content(0).txtDate.value
='3/13/2006';self.close()</script> still not working.
Any suggestions?
form without content control, it works fine. the script
is:<script>window.opener.document.forms(0).txtDate.value
='3/20/2006';self.close()</script>
However, when the textbox is within a content control, it does not work. I
changed the script to <script>window.opener.document.Content(0).txtDate.value
='3/13/2006';self.close()</script> still not working.
Any suggestions?