jquery – 在iframe上隐藏引用者

使用iframe时是否可以删除引荐来源?
这里的情况:

我在http://www.mywebsite.com页面上有一个< iframe>在里面.像这样:

<html>
 <head>...</head>
 <body>
  ...
<a href="#loadiframe">SHow Website</a>
  <iframe id="#loadiframe" src="http://www.ifraMetarget.tld">
  ...
 </body>
</html>

我想ifraMetarget.tld不包含referrer /无法看到mywebsite.com是否正在加载他们的页面.

那可能吗?

注意:iframe将使用jQuery lightBox / colorBox加载

解决方法

<iframe id="#loadiframe" src='javascript:window.location.replace("http://www.ifraMetarget.tld")'>

有用.

相关文章

页面搜索关键词突出 // 页面搜索关键词突出 $(function () {...
jQuery实时显示日期、时间 html: &lt;span id=&quot...
jQuery 添加水印 &lt;script src=&quot;../../../.....
中文:Sys.WebForms.PageRequestManagerParserErrorExceptio...
1. 用Response.Write方法 代码如下: Response.Write(&q...
Jquery实现按钮点击遮罩加载,处理完后恢复 思路: 1.点击按...