<body
<form action="" method="post"
name="form1" >
<input type="text" id="id" />
</form>
</body>
<script> function myfocus() { document.getElementById(‘id‘).focus(); } </script>
2022-10-01 13:35:13
<body
<form action="" method="post"
name="form1" >
<input type="text" id="id" />
</form>
</body>
<script> function myfocus() { document.getElementById(‘id‘).focus(); } </script>