오른쪽 마우스 클릭을 하려고 하는데.
<body onContextMenu="return false;" >
</body>
이렇게 적용을 하였는데요.
부득이 하게 화면이 frameset으로 되었을경우는 이게 안먹더라구여.
원래 frameset과 body는 같이 쓸수가 없잖아요.
frameset으로 만들었을경우(top,left,body) 오른쪽마우스클릭 방지를 가능하게 할수 있을까요?--;;
=============================
<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="88,*,65" frameborder="NO" border="0" framespacing="0">
<frame src="top.jsp" name="top" scrolling="NO" noresize >
<frameset cols="160,*" frameborder="NO" border="0" framespacing="0">
<frame src="left.jsp" name="left" scrolling="NO" noresize>
<frame src="body.jsp" name="epost_body" noresize>
</frameset>
<frame src="/bottom.jsp" name="bottom" scrolling="NO" noresize>
</frameset>
<noframes>
<body onContextMenu="return false;" >
</body>
</noframes>
==========================================
[질문]오른쪽마우스클릭방지?
- 마잇
- 서포터즈
- Posts: 73
- Joined: 2005 01 17 16:22 15
- Contact:
- z980
- 서포터즈
- Posts: 107
- Joined: 2004 02 17 09:08 16
- Location: Korea, Republic of
- Contact:
Who is online
Users browsing this forum: No registered users and 2 guests