I never use innerHTML myself, so I'm not sure if that is perhaps the issue or not. However, what I would recommend is created a function in the parent window and calling that from the child, passing whatever parameters are needed.
(eg) top.changeDivContent(divId, html); -- Tyler Style http://malthusian-solutions.com http://nirdvana.com neem wrote: > Hi, > > I want to update a div element in parent window from greybox. I tried > using parent.parent.getElementById('targetDiv').innerHTML but it isn't > working. > > Please help. > > Thanks in advance. > > Neem --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GreyBox" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/greybox?hl=en -~----------~----~----~----~------~----~------~--~---

