hidden

박부현·2021년 5월 22일
0

html

목록 보기
13/16

input type="hidden"

  • UI가 없지만 서버로 어떤 값을 전송하고 싶을 때 사용
<html>
  <head>
    <meta charset="utf-8">
  </head>
  <body>
    <form action = "http://localhost/hidden.php">
      <input type="text" name="id">
      <input type="hidden" name="hide" value="egoing">
      <input type="submit">
    </form>
  </body>
</html>

0개의 댓글

관련 채용 정보