목록전체 글 (370)
hy30nq's blog
보호되어 있는 글입니다.

자바스크립트를 활용한 사용자 설정 저장: 폼 데이터 처리하기 안녕하세요, 여러분! 오늘은 웹 개발에서 자주 사용되는 폼 데이터 처리 방법을 자바스크립트를 통해 어떻게 구현하는지에 대해 자세히 알아보겠습니다. 특히, 사용자의 입력을 받아 이를 처리하는 방법을 집중적으로 다룰 것입니다. 폼 데이터 처리의 기본 웹사이트에서 사용자의 데이터를 받는 일반적인 방법은 태그를 사용하는 것입니다. 사용자는 폼에 데이터를 입력하고, '제출(submit)' 버튼을 클릭하면 이 데이터가 서버로 전송됩니다. 하지만 때때로, 데이터를 서버로 바로 보내지 않고 자바스크립트를 통해 먼저 처리해야 할 필요가 있습니다. 이럴 때 event.preventDefault() 메소드가 중요한 역할을 합니다. event.preventDefau..
보호되어 있는 글입니다.
보호되어 있는 글입니다.

오늘 작성한 코드 Play Tic, Tac, Toe Built with HTML, CSS, JavaScript and - of course - lots 0f love! Choose your name Player name Cancel Confirm Player 1 PLAYER NAME X Edit Player 2 PLAYER NAME O Edit Start New Game You won, PLAYER NAME! Click "start new Game" above, to sstart a new game! It's yout turn PLAYER NAME! body { margin: 0; font-family: "Open-Sans", sans-serif; color: rgb(44, 41, 44); backgro..

오늘 공부한 코드 JavaScript Loops in Action JavaScript Calculator Determine the sum of all numbers (beginning at zero) up to a number of your choice. Your Number Calculate Sum Highlight Links Highlight all links in the text This is some text that also contains useful links (like this one that actually lead nowhere. They lead nowhere because this text and example is not about the anchor elements or the ..
보호되어 있는 글입니다.