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.
Comments
Post a Comment