jquery - Printing next Page Javascript -
is there way print page gets openned using target="_blank" javascript (or jquery) instead of printing current one?
no. window opened using target="_blank" has no programmatic connection page opened from.
if opened window.open return value of call reference window, use print method (subject same origin policy).
that said, can't think of reason not better served print media style sheet.
Comments
Post a Comment