gpt4 book ai didi

javascript - dojo dijit.form.ValidationTextBox 问题

转载 作者:行者123 更新时间:2023-11-29 10:26:05 26 4
gpt4 key购买 nike

以下 XHTML 代码无效:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="/dojotoolkit/dijit/themes/tundra/tundra.css" />
<link rel="stylesheet" type="text/css" href="/dojotoolkit/dojo/resources/dojo.css" />
<script type="text/javascript" src="/dojotoolkit/dojo/dojo.js" djConfig="parseOnLoad: true" />
<script type="text/javascript">
dojo.require("dijit.form.ValidationTextBox");
dojo.require("dojo.parser");
</script>
</head>

<body class="nihilo">
<input type="text" dojoType="dijit.form.ValidationTextBox" size="30" />
</body>

</html>

在 Firebug 中,我收到以下错误消息:

[Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMNSHTMLElement.innerHTML]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://localhost:21000/dojotoolkit/dojo/dojo.js :: anonymous :: line 319" data: no] http://localhost:21000/dojotoolkit/dojo/dojo.js Line 319

知道哪里出了问题吗?

最佳答案

问题似乎是文件的结尾......

  • 如果我将文件命名为 test2.html一切正常。
  • 如果我将文件命名为 test2.xhtml我收到错误消息。

两个接缝之间的差异是来自 apache 的响应 header 中的 Content-Type。

  • 对于 .html,它是 Content-Type text/html;字符集=ISO-8859-1
  • 对于 .xhtml,它是 Content-Type application/xhtml+xml

关于javascript - dojo dijit.form.ValidationTextBox 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48497/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com