开发者

restrict link to open same link once again

开发者 https://www.devze.com 2023-02-25 00:54 出处:网络
I have one link example <a href=\"xyz.html\" target=\"_blank\">Click Here</a> When ever i clicks on \"Click Here\" I can able to open new tab opens with xyz.html page.

I have one link example

<a href="xyz.html" target="_blank">Click Here</a>

When ever i clicks on "Click Here" I can able to open new tab opens with xyz.html page.

My problem is if I have already exist the page with same link开发者_高级运维, I don't want to open once again.

Is is possible to restrict like this.

please some one help me.

Thanks.


Set as target a name. The Browser should load the Page in this named Window.

<a href="xyz.html" target="mynewwindow">Click Here</a>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号