internet explorer - Javascript is called in IE but not in Chrome and FF -


मेरे पास यह कोड मेरे पृष्ठ में है

  & lt; script language = "javascript" defer & gt ; TotCb ["1 9 782"] = 2; & lt; / स्क्रिप्ट & gt;   

मैं इसे स्क्रिप्ट के अंत में लगभग कॉल करता हूं, इसमे सरणी totCb के लिए नया मान जोड़ना चाहिए। यह आईई में काम करता है, लेकिन क्रोम या एफएफ में नहीं, क्यों?

मुझे पता नहीं है कि आप क्या कर रहे हैं,



Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -