Currently I am not able to load my website page in firefox because of silentprint preceding ahead of main url.
My website working perfectly in chrome browser but in firefox only I am getting error because of silentprint.
.js file
var manaulPrintURL = "SilentPrint:"+ printURL;
$(this).attr('href', manaulPrintURL);
document.getElementById(this.id).click();
After loading…
Top comments (0)