<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body bgcolor="#FFFFFF">
<script language="JavaScript">
<!--
headstring = "<HTML><HEAD><TITLE>TEST . Click</TITLE><HEAD>"
bodystring = "<BODY bgcolor=#FFFFFF>"
endstring = "</BODY></HTML>"
iswin1 = 0;
function me() {
if (iswin1==1) return;
win1 = open ("","","width=400,height=50");
win1.document.open();
win1.document.write (headstring);
win1.document.write (bodystring);
text1 ="<b><font size=4>메롱~♡</b><p>";
text1 = "<center>" + text1 + "</font></center>";
win1.document.write (text1);
win1.document.write (endstring);
win1.document.close();
iswin1 = 1;
}
function me1() {
if (iswin1==0) return;
win1.close();
iswin1 = 0;
}
//-->
</script>
<a href="http://daum.net" onMouseOver="me()" onMouseOut="me1()" onClick="me1()">마우스를 올려보세용;;;<a>
<br> 클릭하면 연결페이지로 이동합니다.
</body>
</html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body bgcolor="#FFFFFF">
<script language="JavaScript">
<!--
headstring = "<HTML><HEAD><TITLE>TEST . Click</TITLE><HEAD>"
bodystring = "<BODY bgcolor=#FFFFFF>"
endstring = "</BODY></HTML>"
iswin1 = 0;
function me() {
if (iswin1==1) return;
win1 = open ("","","width=400,height=50");
win1.document.open();
win1.document.write (headstring);
win1.document.write (bodystring);
text1 ="<b><font size=4>메롱~♡</b><p>";
text1 = "<center>" + text1 + "</font></center>";
win1.document.write (text1);
win1.document.write (endstring);
win1.document.close();
iswin1 = 1;
}
function me1() {
if (iswin1==0) return;
win1.close();
iswin1 = 0;
}
//-->
</script>
<a href="http://daum.net" onMouseOver="me()" onMouseOut="me1()" onClick="me1()">마우스를 올려보세용;;;<a>
<br> 클릭하면 연결페이지로 이동합니다.
</body>
</html>
반응형
'인터넷정보' 카테고리의 다른 글
새창 띄울때 정 중앙에 열기 (0) | 2007.10.17 |
---|---|
키보드 키코드 값 정리 (익스플로전용) (0) | 2007.10.17 |
키보드 키코드 값 정리 (익스플로전용) (0) | 2007.10.17 |
언어에 따라 페이지 지정하는법. (0) | 2007.10.17 |
언어에 따라 페이지 지정하는법. (0) | 2007.10.17 |
마우스 오버시 새창 띄우기 (0) | 2007.10.17 |
WEB IME - 한글을 영어로 표기하기 :: 영문을 한글로.. (0) | 2007.10.17 |
WEB IME - 한글을 영어로 표기하기 :: 영문을 한글로.. (0) | 2007.10.17 |
자바스크립트 :: 객체 prototype에서 setInterval 문제점 (0) | 2007.10.17 |
자바스크립트 :: 객체 prototype에서 setInterval 문제점 (0) | 2007.10.17 |