Hi,
I am using jQuery 1.3.2 and I was wondering if I could pls get some assistance on whether the following is achievable and if so, how can it be done - examples would be great.
Basically, I have an iframe src page that displays a report to a user. Now because it's in an iframe, there is no banner on that page but I do allow the user to detach the iframe into a new browser window using window.open, so that they can see more info.
My question is, as I am opening the iframe page into a new browser, I need to manipulate the html and append, at body part of the page, a div section, that contains a banner.
Basically, in this div, I have my company's banner (logo and name), I just need a means of attaching this to the top of the page when a user detaches the page from the iframe.
Would appreciate some help on how to do this.
Thanks.