oncontextmenu, ondragstart 금지 코드 수정. 우클릭 가능하도록.

This commit is contained in:
2018-01-29 22:08:15 +09:00
parent a4ecf23dd0
commit d2abd6daf2
56 changed files with 115 additions and 69 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ font { font-family:'맑은 고딕'; line-height:110%; }
<?php require('../i_banner/analytics.php'); ?>
</head>
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
<body>
<table align=center width=1000 border=1 cellspacing=0 cellpadding=0 bordercolordark=gray bordercolorlight=black style=font-size:13;word-break:break-all; id=bg0>
<tr><td><font size=5 color=skyblue><b>도 움 말</b></font></td></tr>
</table>