ASP.NET - window.open() not working?

Asked By aileni giri on 06-Sep-12 07:25 AM


i  am opening  print.aspx page with   window.open()  javascript code,it is opening fine.....what i want is 
  the  open window   should  be   hide on my page,while i am printing the page.
Peter Bromberg replied to aileni giri on 06-Sep-12 12:25 PM
window.open brings up the browser's default print dialogue. There's no way around that unless you want to use a custom print component.