我想阻止iframe被重定向到當前加載的同一個地址。我想這樣做的原因是因爲我想在重定向到完全相同的頁面時防止不必要的白色閃爍。防止iframe被重定向到相同的地址
這裏有一個的jsfiddle http://jsfiddle.net/8zs8mh5d/
<a href="http://www.randomwebsite.com/" target="tc">dont redirect if not from link 3</a><br>
<a href="http://www.randomwebsite.com/" target="tc">dont redirect if not from link 3</a><br>
<a href="http://day.smakkie.com/" target="tc">dont redirect if not from link 1 or 2</a><br>
<iframe id="truecontent" name="tc" src="http://www.randomwebsite.com/"></iframe>
#truecontent
{
height:200px;
width:400px;
}
非常感謝你許多。 – 2014-09-25 21:07:06
你很受歡迎。 ^^ – 2014-09-26 12:16:13