Android Mozilla FireFox not opening page in a new tab

拈花ヽ惹草 提交于 2020-01-25 08:11:10

问题


We have a link that we get from server (Url) and we want to open it in new window. We are using following code to do that:

<a class="block img-holder usedsearch-img-holder position-rel no-direct" target="_blank" href='/m@(Url)'>

This is working fine but is not opening new window in mozilla firefox. I read similar issue and workaround by using onclick here.

Only problem is that bots (especially non-google search engines) might not be able to index these pages. How can we achieve both i.e. open link in all browsers w/o javascript dependency?

来源:https://stackoverflow.com/questions/47235365/android-mozilla-firefox-not-opening-page-in-a-new-tab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!