Home Backend Development PHP Tutorial 请教怎么更新IE下iframe中的图片缓存

请教怎么更新IE下iframe中的图片缓存

Jun 13, 2016 pm 01:46 PM
gt iframe quot script

请问如何更新IE下iframe中的图片缓存
我在iframe中显示了一张图片,然后上传图片覆盖了那张图片(原先的图片已经被覆盖了,两张图片的名字相同),但为什么提交后的页面显示的还是原先的图片。求解决方法,十分感激

------解决方案--------------------
第一种 禁止缓存
 

第二种 js 控制 重新更新
 请教怎么更新IE下iframe中的图片缓存
<script><br />//这样可以及时地更新。<br />document.all( "ImgSrc ").src= "csdn.gif?id= "+(new Date()).toString();<br /></script> 

自己测试一下吧 ,文件头输出应该可以js 控制应该也没问题,不过没测试过。

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What are the differences between Huawei GT3 Pro and GT4? What are the differences between Huawei GT3 Pro and GT4? Dec 29, 2023 pm 02:27 PM

What are the differences between Huawei GT3 Pro and GT4?

How do I crop an IFrame in HTML? How do I crop an IFrame in HTML? Aug 29, 2023 pm 04:33 PM

How do I crop an IFrame in HTML?

What does data-id in iframe mean? What does data-id in iframe mean? Aug 28, 2023 pm 02:25 PM

What does data-id in iframe mean?

Why does iframe load slowly? Why does iframe load slowly? Aug 24, 2023 pm 05:51 PM

Why does iframe load slowly?

Fix: Snipping tool not working in Windows 11 Fix: Snipping tool not working in Windows 11 Aug 24, 2023 am 09:48 AM

Fix: Snipping tool not working in Windows 11

What technology can replace iframe What technology can replace iframe Aug 24, 2023 pm 01:53 PM

What technology can replace iframe

What's the danger in iframes What's the danger in iframes Sep 08, 2023 pm 03:14 PM

What's the danger in iframes

What are the loading events of iframe? What are the loading events of iframe? Aug 28, 2023 pm 01:55 PM

What are the loading events of iframe?

See all articles