how to communicate with the parent window from a new one
Hi,
I'm using javascript to create a new browser window and I've added a link to this new window.
I want that when this link in the new window is clicked, it could retrieve some html code from the parent window to dynamically change the content
How to do this ?
thanks