DEV Community

Mayank-21
Mayank-21

Posted on

What is SilentPrint ahead of main url?

What is SilentPrint ahead of main url?

3

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)