Hi,
I have an iframe that holds a page. Now on that page, I have an image link that allows the user to detach the same screen from within the iframe and open into a new window using window.open(url,'newWin').
My questions is, as I am opening the same window that has the image link into a another screen using window.open(url,'newWin'), the same image link appears.
Any ideas how I could go about hiding this image within the window.open window alone using jQuery. The image is within a div id="img_link"
Thanks.