我为自己创建了一个简单的简历网站,并使用Google云端硬盘托管了它。然后我使用gdriv.es创建别名url。问题出在我的gdriv.es网站上,当你点击Instagram和LinkedIn按钮时,没有任何反应。您必须在“新建”选项卡中使用“打开链接”才能打开它们。
知道造成这种情况的原因是什么?
以下是云端硬盘托管网站:https://googledrive.com/host/0BxvBp_ipgmHvdlFqbjh6TVlKLW8/
以下是gdriv.es网站:http://gdriv.es/donovanwalsh
以下是与Google云端硬盘上托管的链接相关的HTML代码:
<div class="col-lg-8 col-lg-offset-2 text-center">
<ul class="list-inline">
<li><a href="https://www.linkedin.com/in/donovanmwalsh" class="btn-social btn-social"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
<li><a href="https://instagram.com/mr_walsh" class="btn-social btn-social"><i class="fa fa-fw fa-instagram"></i></a>
</li>
</ul>
</div>
答案 0 :(得分:1)
如果您在IE中尝试此操作,您将获得有关该问题的更多信息(Chrome只是悄悄地忽略了我):
This content cannot be displayed in a frame
To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.
搜索可能会有所帮助。它表明存在安全问题(请注意,Google驱动器是HTTPS,而gdriv.es只是HTTP)。
作为一种解决方法,你可以做&#34; target = _blank&#34;要始终在新窗口/标签页中打开...但这只是一种解决方法,它并不能真正解决您的问题。