We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<form action="C:\files\1.txt"> <label for="username">Username:</label> <input type="text" name="username" /><br /> <label for="password">Password:</label> <input type="password" name="password" /> <input type="submit" value="Submit" /> </form>
위에 있는 코드가 1.html 파일이고 files 라는 폴더에 있다고 가정하고 위의 폼을 작성해서 서브밋을 누르면 1.txt 파일에 작성한 정보가 자동으로 저장되는 방법이 php 이용하지 않고, 자바스크립트만으로 할 수 있는 방법이 있는지 질문 드립니당.
The text was updated successfully, but these errors were encountered:
자바 스크립트 쿠키에 저장하는 방법이 있습니다. https://goo.gl/MNwKGw
정보를 서버로 받아오는 게 아니라 페이지를 연 브라우저의 "쿠키"라는 저장소에 저장하는 거에요.
Sorry, something went wrong.
blackdew
No branches or pull requests
위에 있는 코드가 1.html 파일이고 files 라는 폴더에 있다고 가정하고
위의 폼을 작성해서 서브밋을 누르면 1.txt 파일에 작성한 정보가 자동으로 저장되는 방법이
php 이용하지 않고, 자바스크립트만으로 할 수 있는 방법이 있는지 질문 드립니당.
The text was updated successfully, but these errors were encountered: