每次调用结果都会附加到 iframe 中

发布于 2024-08-23 02:01:00 字数 194 浏览 5 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自由如风 2024-08-30 02:01:00

原谅我的无知。获取后我没有重置服务器端变量,因此我看到了上述奇怪的情况。 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文