Thanks vinod but thats where the problem sets in.Here is the code
popWin = window.open('subsoffer.pdf','popUp','top=0,left=0, height=700,width=1000, resizable=yes, scrollbars=0, menubar=0');
popWin.focus();
setTimeout("popWin.print();",5000);
This looks fine to me and it works well in firefox but I get a Permission denied error in IE 7.I want this to work in IE 7 and stop having the bloody Permission denied.Do you have any idea?
|