I have a website that consists of a calculator, used to calculate different things for a game that i play. If you look
here you can see that the window named output contains an iframe. I have code that needs to appear in there, but if i use a iframe, the page that appears in there is too wide, due to the banner that angelfire places on the page. Is there a way to set the width of the page and then make the stuff on the page in a div that has a high z-index above the banner? If not, is there a way to document.write the code into the window?