제로보드의 메모왔어요의 기법을 다르게 구현하면? > 개발자팁

개발자팁

개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.

제로보드의 메모왔어요의 기법을 다르게 구현하면? 정보

PHP 제로보드의 메모왔어요의 기법을 다르게 구현하면?

본문

 <html>

<style>

a:active { text-color:black;text-decoration:none;font-size:20pt;}

 

</style>

<script>

function disable(){

  document.getElementById("submit").disabled = true;

  setTimeout(function() { enable(); }, 7000);    }

function enable(){

  document.getElementById("submit").disabled = false;

}</script>

<body>

<button  onclick = "window.open('target.php','target','300','300','10','10')">call</button></body> **

</html>

- 자작소스 아님.

**표시라인 이 클릭후 일정시간 지낭 다시 활성화되는 구조. 

 

추천
2
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로