質問編集履歴
2
ちんこ
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
よろしくお願いいたします。
|
6
6
|
|
7
7
|
|
8
|
-
|
8
|
+
```
|
9
9
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
10
10
|
<html>
|
11
11
|
<head>
|
@@ -33,9 +33,9 @@
|
|
33
33
|
|
34
34
|
|
35
35
|
bodyタグ内↓
|
36
|
-
|
37
36
|
<textarea rows="3" cols="30" wrap="hard"style="width:300px;height:100px;border-style:none;font-size:x-large;text-align: center;"placeholder="Input your message!"
|
38
37
|
onchange="Limit(event)" onkeyup="Limit(event)">
|
39
38
|
</textarea>
|
40
39
|
|
40
|
+
```
|
41
|
-
※他の質問に無関係なコードは省略しています。
|
41
|
+
※他の、質問に無関係なコードは省略しています。
|
1
tinnko
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,16 +29,9 @@
|
|
29
29
|
}
|
30
30
|
//-->
|
31
31
|
</script>
|
32
|
-
<title>textareaを10行までしか入力できなくする</title>
|
33
|
-
</head>
|
34
|
-
<body>
|
35
|
-
<h1>textareaは10行までしか入力できない</h1>
|
36
|
-
<textarea ID="TEXT" cols="40" rows="10" style="overflow:hidden">
|
37
|
-
</textarea>
|
38
|
-
</body>
|
39
|
-
</html>
|
40
32
|
|
41
33
|
|
34
|
+
|
42
35
|
bodyタグ内↓
|
43
36
|
|
44
37
|
<textarea rows="3" cols="30" wrap="hard"style="width:300px;height:100px;border-style:none;font-size:x-large;text-align: center;"placeholder="Input your message!"
|