Click to See Complete Forum and Search --> : window.open and coding


IxxI
04-02-2003, 04:16 AM
I'm opening a spreadsheet in a new window using window.open, as I have modified some of the attributes. However as it is in an html page it has none of the menus that excel has. Having done this I found that people might want to print, so all I want to do is insert eother a macro or use execCommand to have a print button at the top of the page. Is there any way to do this using document.write or something, considering I'm opening it using window.open and can't think of any way to change the html source??
Thanks,

IxxI

IxxI
04-02-2003, 09:05 AM
I tried using the second method but couldn't get it to work. I don't understand how I could use the first method to insert a print button at the top f the new page. Is it possible that you could elaborate?
Thanks,

IxxI

IxxI
04-03-2003, 06:06 AM
Ah. I suppose I should have seen that really. Thanks Dave.

IxxI