To Avoid it prompts IE's printer dialog box.
if (navigator.appName == "Microsoft Internet Explorer")
{
var PrintCommand = '<object ID="PrintCommandObject" WIDTH=0 HEIGHT=0
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></object>';
document.body.insertAdjacentHTML('beforeEnd', PrintCommand);
PrintCommandObject.ExecWB(6, -1); PrintCommandObject.outerHTML = "";
}
else {
window.print();
}
Author:
Aamir Hasan औथोर:
आमिर हसन أثر
أمير حسن .
79684f3a-325a-4aff-ae2b-6bf9e767b1bc|0|.0
ALL, asp.net, HTML
html, asp.net,