> Hi, > > I'm opening a 'child' window with window.open(). > This done, I'm calling a servlet from the child window, > which proceeds to overwrite the contents of the child window. > > Now I need to communicate with the parent window. > From the child, I can acess window.opener.name, > but not window.opener.document.title, or anything within > the document for that matter. > > Is there something I'm doing wrong here? > > Thanks in advance, > Deepak. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
