I am trying to open a google docs link in a new tab on browser like:
<a href="https://docs.google.com/viewer?url={some-url}" target="_blank">Google Sheet</a>
But sometimes link does not open and stucks on about:blank page. But if I press refresh button, the link opens. What can be the problem and how can I fix it?
I tried on Chrome, Opera and Yandex browsers. All of them acts the same.