每次调用结果都会附加到 iframe 中
我有一个 iframe,可以在我的 Web 应用程序中显示来自 Flickr 的缩略图。我看到的问题是,当我重新加载页面时,有时,我会看到同一组图像被附加到之前的图像组中。因此,每个图像我都会得到两组,随后重新加载时,我会得到 3 组图像。
图像是表单的一部分。所以我也看到多个提交和取消按钮。关于可能导致这种情况的原因以及如何避免这种情况发生有什么建议吗?
I have an iframe that displays thumbnail images from Flickr in my web application. The problem, I see is when I reload the page, sometimes, I see the same set of images being appended to the earlier set of images. So I get two sets of every image and on a subsequent reload, I get 3 sets of images.
The images are part of a form. So I see multiple submit and cancel buttons as well. Any suggestions on what might be causing this and how I can avoid this from happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
原谅我的无知。获取后我没有重置服务器端变量,因此我看到了上述奇怪的情况。 Firebug 帮助我调试了这个。
Pardon my ignorance. I was not resetting my server side variable after the fetch and hence I was seeing the above weirdness. Firebug helped me debug this.