mozilla链接没有更新

时间:2009-09-18 16:46:46

标签: html coldfusion mozilla

我无法在Mozilla上看到更新的CF fiel,因为它可以在Windows上运行。

使用Coldfuison'MX。

在kings.com/文件夹中,存在“testGuide.cfm”页面。其中的值已定义为

<cfset TestGuide    = "#appDirMisc#testGuide.html">
<cfset TestexZip = "#appDirMisc#TestGuide.zip">
<cfset TestGuideEx = "#appDirMisc#zippedTestGuide.exe">

,页面写为 “你可以查看指南

 You can view the guide
        `<a href="#TestGuide    #" target="_blank">`online`</a>`,

在一个             单独的浏览器窗口“

有“misc”文件夹kings.com/misc ...包含所有testGuide.html,TestGuide.zip和 zippedTestGuide.exe。 当我更新#appDirMisc#时,假设它是kings.com/misc,通过复制粘贴最新的testGuide.html,TestGuide.zip和zippedTestGuide.exe。

我总是在MOZILLA中打开OLD TestGuide,但它在WINDOWS中打开它作为选项卡打开

请帮助我在Mozilla中打开正确的文件。

1 个答案:

答案 0 :(得分:1)

如果它最终成为缓存问题,请在链接中添加一个随机字符串,看看是否能解决问题。

<cfset noCache = DateFormat(Now(), "ddmmyyyy") & TimeFormat(Now(), "HHmmss")>

<a href="link-here.cfm?noCache=#noCache#">Click me</a>