ユーザーが送信ボタンをクリックした後、モーダルボックスに表示する2つの入力フィールドがあります。 JavaScriptのtype = "text"に行列の型を変更する必要はありますか?もしそうなら、どうしたらいいですか?ポップアップ入力フィールドなし
<form><br>
<h1 style="text-align: center; color:red;">LOGIN</h1>
<input type="text" name="name" placeholder="NAME" id="name"><br><br>
<input type="password" name="matrixno" placeholder="MATRIX NO" id="matrix"><br><br><br>
<input id="myBtn" type="button" value="Submit" style="cursor:pointer; margin-right: 4.5cm; padding: 7px 16px;">
</form>
おかげです。 –