![form데이터 자동전송](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FboheOR%2FbtrCBqtzd55%2FSgbGwlVRSTnxEdVeSA1rcK%2Fimg.png)
form데이터 자동전송# Script/HTML2016. 8. 22. 13:48
Table of Contents
728x90
반응형
<html>
<head>
</head>
<body>
<form id="sample_form" action="http://자동 로그인 url" method="post">
<input type="hidden" name="user_id" value="아이디">
<input type="hidden" name="password" value="비밀번호">
</form>
<script type="text/javascript">
this.document.getElementById("sample_form").submit();
</script>
</body>
</html>
출처 : http://www.2cpu.co.kr/bbs/board.php?bo_table=QnA&wr_id=395482
728x90
반응형
@다크쉐라빔 :: 다크쉐라빔의 주절주절
안녕하세요. 이곳은 IT위주의 잡다한 정보를 올려두는 개인 블로그입니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!