2
Answers

Close print preview popup or prevent to open jquery

Desining html for printing in iframe with onload event in body tag. i want to prevent popup print preview dialog or close automatically when open, but not getting any success yet. 
 
<body id="bodyMain" onload="window.print();">
 
i have tried with remove remove attibute, unbind, off.
 
anybody have idea to do it? 

Answers (2)

0
Photo of Mehul Prajapati
NA 65 1.6k 7y
<body id="bodyMain" onload="window.print();">
 
This is already working on a website. I am scraping data from html but print preview is disturbing to scrape data.
0
Photo of Laxmidhar Sahoo
NA 2.3k 1.4k 7y
sir u mean printing the material without dialogbox ?