How can I show the window print dialog using JavaScript in Google Chrome? -


i’m using javascrpt window.print() function print out document. here problem in google chrome when window.print() function run shows chrome print dialog not window print dialog. how can show window print dialog in google chrome?

it behaving correctly see more information.

the window object represents open window in browser.

if document contain frames ( tags), browser creates 1 window object html document, , 1 additional window object each frame.

source.


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -