#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http 제목[re]Java Script1 재질문2020-06-07 18:46작성자음음오타를 수정했는데도 버튼 클릭이 되지 않습니다..ㅠㅠ<!DOCTYPE html><html><head> <title>My Dynamic Details Page</title> <script type="text/javascript"> function displayInput() //Function will display a blue version of input. { var testInput = document.getElementById("name").value; if (testInput.length == 0) { document.getElementById("para").innerHTML = "Hey, you didn't type anything!"; } else { document.getElementById("para").innerHTML = testInput; } } </script></head><body> <H1 stype="color:blue;">Let's see another button</H1> <input id="name" type="text"/> <button onclick="displayInput();">Color It</button> <p id="para" style="color:blue;"></p> </body></html> 목록수정삭제답변글쓰기 댓글 [4] 댓글작성자(*)비밀번호(*)내용(*) 댓글 등록 더보기이전Java Script1음음2020-06-06다음텀프 질문ㅈㅈ2020-06-06 Powered by MangBoard | 워드프레스 쇼핑몰 망보드