0

我无法在 mozilla 上看到更新的 CF 字段,因为它在 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 中打开正确的文件。

4

1 回答 1

1

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

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

<a href="link-here.cfm?noCache=#noCache#">Click me</a>
于 2009-09-18T19:38:31.453 回答