gpt4 book ai didi

javascript - onKeyUp 不工作的javascript

转载 作者:行者123 更新时间:2023-11-28 04:19:53 25 4
gpt4 key购买 nike

<分区>

我正在尝试使用 javascript 使用在名称字段(下面的示例)中键入的内容填充 div 标记。我不确定我做错了什么,但它不起作用,我不知道为什么不呢?我想要的只是当用户输入他们的名字时,它会出现在下面。我看过其他示例,但仍然不明白为什么这个示例不起作用。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4 /strict.dtd"> 
<html lang="en-GB">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>hello whirled</title>
<script type="text/javascript">
document.getElementById("name").onkeyup = function() {
document.getElementById("display").innerHTML = this.value;
}
</script>
</head>
<body>
<h1>
Bla Bla
</h1>
<form method="get" action=" ">
<p>
Other Text goes here
</p>
<p>
Type your first name here:
<input type="text" id="name" value="">
</p>
<div id="display">'s ball is not in the ball park.</div>
<noscript>
<div>
If you can see this then SCRIPTS are turned OFF on your machine and it won't work
</div>
</noscript>
</form>
</body>

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