我在 html 页面中有一个 iframe 链接,如下所示:
<TABLE border="0" width="900">
<tr valign="top">
<td width="300" ALIGN=center>
<div class="item_list">
<a href="http://www.skiholidayextras.com? affiliate_id=172&submit_to=http://www.skihautesavoie.fr/results-lift-pass.html" target="_blank">link</a>
</div>
</td>
<td width="300" ALIGN=center>
<div class="item_list">
<iframe src = 'http://www.flipkart.com/affiliate/displayWidget?affrid=WRID-137232779171598318' frameborder = 0, height=250, width = 300 > </iframe></a><br>
</div>
</td>
<td width="300" ALIGN=center>
<div class="item_list">
<iframe src = 'http://www.flipkart.com/affiliate/displayWidget?affrid=WRID-137232785207215857' frameborder = 0, height=250, width = 300 > </iframe>
现在,当我在 iframe 链接中单击时,它会打开链接,但是当我单击返回时,它会自动将我重定向到该 iframe 链接。谁能建议我我遇到了什么问题?