Typo3:外部 URL 应使用 target=_blank 打开
我创建了一个外部 URL
类型的页面。在“常规”选项卡中,我可以指定协议和 URL。在另一个选项卡中,我可以指定 URL 别名和目标。但目标已经是_blank。在前端,链接仍然在同一窗口中打开。我正在使用打字错误 4.5。
I have created a page with the type external URL
. In the tab "General" I can specify the protocol and the URL. In another tab I can specify the URL alias and the target. But the target is already _blank. In the frontend the link still opens in the same window. I'm using Typo 4.5.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有一个指向
外部 URL
的链接
。我只尝试在外部URL
处设置_blank
。现在将其设置为两者都有效。I had a
link
which pointed to anexternal URL
. I only tried to set the_blank
at theexternal URL
. Now with setting it at both it works.