Contents

Develop
2003.04.23 10:52

[js] 사라지는 브라우저

Views 6857 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
화면에서 사라지는 브라우저~
<html> 
<center> 
<title>어디론가 사라지는 브라우저 윈도우</title> 
<h1>:)</h1> 
<h1>나중에 봐요...난 사라질테니까 ^^</h1> 
</center> 

<SCRIPT LANGUAGE="javascript"> 
<!-- 
if(document.layers || document.all) 
{ 
    a = 1; 
    setInterval("Jump()", 10); 
} 

function Jump() 
{ 
    a = a + 1; 
    self.moveBy((Math.random() * a * 1 - a), (Math.random() * a * 1) - a); 
} 
//--> 
</SCRIPT> 

</html>


?

  1. [js] 사라지는 브라우저

    Date2003.04.23 CategoryDevelop Byhooni Views6857
    Read More
  2. [pdf] 윈도우즈 95 시스템 프로그래밍(Windows 95 system programming)

    Date2013.04.23 CategoryDevelop Byhooni Views6842
    Read More
  3. [ajax] 샘플 코드와 한글처리에 대한 간단한 설명

    Date2013.04.23 CategoryDevelop Byhooni Views6842
    Read More
  4. [js] get방식, url이후 모두 그대로 읽어오기..

    Date2013.04.23 CategoryDevelop Byhooni Views6841
    Read More
  5. [c] 문자열 str_shift 예제..

    Date2013.04.23 CategoryDevelop Byhooni Views6839
    Read More
  6. [js] 수명체크 프로그램 ㅋㅋ

    Date2013.04.23 CategoryDevelop Byhooni Views6838
    Read More
  7. [c++] 프리렉(freelec) 예제 자료.. ㅋㄷ

    Date2013.04.23 CategoryDevelop Byhooni Views6833
    Read More
  8. [c] 웹 메모장.. ㅋㅋ

    Date2013.04.23 CategoryDevelop Byhooni Views6823
    Read More
  9. [c] 단기과정[01/14] 파일 입출력

    Date2003.04.23 CategoryDevelop Byhooni Views6821
    Read More
  10. [c] 학교 건물 최단거리 찾는 웹 연동 프로그램

    Date2013.04.23 CategoryDevelop Byhooni Views6800
    Read More
  11. [js] 숫자만 입력하게 하는 자바스크립트

    Date2013.04.23 CategoryDevelop Byhooni Views6795
    Read More
  12. [js] ajax를 이용해 외부문서 불러오기..

    Date2013.04.23 CategoryDevelop Byhooni Views6794
    Read More
Board Pagination Prev 1 ... 63 64 65 66 67 68 69 70 71 72 ... 98 Next
/ 98