Accessing fields of parent window ..

fantomas

New Member
Hello folks,<BR><BR>I have a hyperlink which opens a window. Actually I m using a calender that will popup when clicked over a link. There is also a text field for entering the date manually. In the child window I have put calender control but when the compiled html comes to the client the links over the days calls __doPostBack() method in javascript that submits the page.<BR><BR>Is there something that I can write equivalent to <BR>window.opener.pick("parentWindowForm", "Date_Text", Calendar_Control.SelectedDate)<BR><BR>your suggesstions are welcome ..<BR><BR>Regards,<BR><BR><BR>nitin <BR> <BR>
 
Back
Top