无法显示sIFR

时间:2022-09-22 15:12:20

I can't get sIFR to display. It just shows the regular web text. I've went through the steps several times.

我无法显示sIFR。它只显示常规的Web文本。我已经多次完成了这些步骤。

Maybe I'm just missing some tiny bit of code, but I think I've followed all the steps correctly. Just can't get it to display.

也许我只是遗漏了一些代码,但我认为我已经正确地遵循了所有步骤。只是无法让它显示出来。

Anyone want to look and see if I'm just screwing up some mundane detail? Here is a link to my test page

任何人都想看看我是否只是搞砸了一些平凡的细节?这是我的测试页面的链接

Test Page

Any help would be appreciated!

任何帮助,将不胜感激!

1 个解决方案

#1


You're including the config file before the main library file. Try to switch it around.

您在主库文件之前包含配置文件。尝试切换它。

If you're in Firefox, you can look at the Error Console. Where it says.

如果您使用的是Firefox,则可以查看错误控制台。在哪里说。

Error: sIFR is not defined
Source File: http://www.creativewhirlwind.com/reallynewversion/sifr_test/js/sifr-config.js
Line: 25

You should also look at using FireBug.

您还应该看一下使用FireBug。

#1


You're including the config file before the main library file. Try to switch it around.

您在主库文件之前包含配置文件。尝试切换它。

If you're in Firefox, you can look at the Error Console. Where it says.

如果您使用的是Firefox,则可以查看错误控制台。在哪里说。

Error: sIFR is not defined
Source File: http://www.creativewhirlwind.com/reallynewversion/sifr_test/js/sifr-config.js
Line: 25

You should also look at using FireBug.

您还应该看一下使用FireBug。