I would be really surprised if this worked, JavaScript in browser tries really hard to keep windows from talking to each other.
J.Ja
Fabian -
I think it depends on what he means by "page 2". Is he trying to control a page that is already loaded in the browser in another tab/window?
var printWindow = window.open('http://server/module/printPage.aspx', '_blank'); printWindow.focus(); printWindow.print();