我有一个 iframe,我已将其嵌入到生产站点中。我仍在处理这里是带有结果的表的 iframe
问题是我不想让任何人看到它,所以我想知道有没有办法在链接外观中添加一些东西。
http://www.chessbook.net/ZULUTESTINGSITE/index.php?option=com_chess&id=350**&result**
这样,只有当我添加 &result 时,它才会显示下面的 iframe 是iframe
页面上的代码
<div>
<iframe src="http://users.hellzoneinc.com/eric258/preview.php" width="50%"
height="300" scrolling="auto" frameborder="0" name="results">
</iframe>
</div>