ウェブサイト上でhtml5 appcacheを実行していますが、Safari、Opera、Chromeでは正常に動作しますが、Firefoxでは動作しません。HTML 5 AppcacheはSafari/Opera/Chromeで動作しますが、Firefoxでは動作しません。
私は自分のコードに次き:
<!DOCTYPE HTML>
<html manifest="./manifest.appcache">
<head>
と、次のmanifest.appcacheファイル:appcacheをデバッグして表示するhttp://jonathanstark.com/blog/2009/09/27/debugging-html-5-offline-application-cache/:
CACHE MANIFEST
/
/accessibility
/anchoring
/areas-of-application-in-business
/calibrating-rep-system-preferences
/circle-of-excellence
/collapse-anchors
/contrastive-analysis-and-mapping-across
/convincers
/creating-an-air-of-authority
/decision-making
/elicitation-of-submodalities
/embedded-commands
/embedded-commands-2
/eye-patterns
/four-types-of-feedback
/home
/how-to-remember-names
/introduction-to-anchoring
/introduction-to-nlp
/key-elements-of-the-meta-model
/language-and-communication-model
/language-patterns
/leadership
/modelling
/my-action-plan
/new-behaviour-generator
/nlp-presuppositions
/outcome-thinking
/pacing-and-leading
/perceptual-positions
/predicate-phrases
/predicates
/preference-test
/presupposition-cards
/presuppositions
/privacy
/rapport
/rapport-pacing-and-leading
/representational-systems
/sensory-acuity
/strategies
/structure-for-adjusting-feedback
/structure-of-nlp-techniques
/structure-vs-content
/submodalities
/submodalities-and-strategies
/submodalities-checklist
/terms-and-conditions
/the-6-deadly-words
/the-meta-mirror
/the-power-of-presuppositions
/the-problem-frame-and-the-outcome-frame
/user-profile
/well-formed-outcomes
/what-is-nlp
/userImages/nlp_language_comm.png
/css/mobile.css
/css/style.css
# Hash: a4e8f4f6a4dd45dd3e8acdaae8546a0a
私はここからのコードを使用していますサイトの出力。
Firefoxでは、デバッグコードからの出力は、すべてのファイルをダウンロードし、スワップキャッシュを呼び出すことを示しています。その後、インターネットから切断してダウンロードしたはずの別のページへのリンクをクリックすると、FirefoxでSafari、Opera、Chromeで同じことをしている間にUnable to Connectメッセージが表示されます。
ご協力いただきありがとうございます。 >詳細 - - Firefoxの設定で
おかげ スティーブ
は、あなたのFirefoxがオフラインモードに入らなかったように、それはおそらくあなたがまだインターネットに接続されていることを考えてね。 Firefoxボタンをクリックし、 "Web Developer"サブメニューの "Offline Work"をチェックしてください。 –
これを試したところ、オフラインモードのエラーページが表示されます。 –