|
|
|
|
|

|
|
Ãßõ½ºÅ©¸³Æ®
|
|
À©µµ¿ì , ÇÁ·¹ÀÓ
|
|
°øÁöâ, ½ºÅ©·Ñ·¯
|
| Å×À̺í, ·¹À̾î
|
|
À̹ÌÁö, ¹è°æ, ¹è³Ê
|
|
Æû, ¹öư
|
|
½ºÅ©·Ñ¹Ù, ŸÀÌÆ²¹Ù, »óŹÙ
|
|
¸Þ´º,
³×ºñ°ÔÀ̼Ç
|
|
½Ã°£ , °è»ê , ¼ýÀÚ
|
|
Űº¸µå
¸¶¿ì½º À̺¥Æ®
|
|
»ç¿ëÀÚ Á¤º¸
|
|
ÄíŰ
|
|
º¸¾È, ÀÎÁõ , ºñ¹Ð¹øÈ£
|
| ±ÛÀÚ , ÅØ½ºÆ®
|
| µ¿¿µ»ó, »ç¿îµå ¸ÖƼ¹Ìµð¾î
|
|
¸¶¹ý»ç, »ý¼º±â
|
|
±âŸ, ÀÚ¹Ù½ºÅ©¸³Æ® °ÔÀÓ
|
| ÅÂ±× |
| |
| ³ª¸ðÀ¥¿¡µðÅÍ
±âÃʰÁÂ
|
| ³ª¸ð Áß±Þ °ÁÂ
|
|
|
|
|
| º¸¾È, ÀÎÁõ , ºñ¹Ð¹øÈ£
|
¾²±â ·¹º§ : ¸ðµç ȸ¿ø |
|
|
|
À̹ÌÁö¸¸ ÀúÀåÇÏ´Â °Í ¸·±â
¹Ì¸®º¸±â
[½ºÅ©·¦]
|
|
|
<html>
<head>
<script language="JavaScript">
var clickmessage="ű×ÀγÝÀÔ´Ï´Ù. www.tagin.net"
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}
if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script>
</head>
<body>
<img src="http://tagin.net/img/logo.gif" >
</body>
</html>
|
|
|
|
|
Copyright 2004 tagin.net
All rights reserved |
|