hi all,
A parent window has openned a child window using "window.open()".
can i submit/reload the Parent window from the child window.
The important point here i do not want to call any parent's function from the child (like opner.parentReload(), if parentReload() is defined in parent - i don't wnat this).
Because the parent and child are in differnt domain say one is in "Yahoo.com" and other window is in "hotmail.com", so i am not able to access "opener" property
if any one have done it b4 let me know, that would be great help to me
A parent window has openned a child window using "window.open()".
can i submit/reload the Parent window from the child window.
The important point here i do not want to call any parent's function from the child (like opner.parentReload(), if parentReload() is defined in parent - i don't wnat this).
Because the parent and child are in differnt domain say one is in "Yahoo.com" and other window is in "hotmail.com", so i am not able to access "opener" property
if any one have done it b4 let me know, that would be great help to me