我有这个代码:
<div id="frameContainer" style="overflow:hidden;">
<iframe oncontextmenu="return false;" src="http://youtube.com" scrolling="yes" style="width: 790px; height: 500px; margin- top: -120px;">
</iframe>
</div>
</div>
我想要做的是在用户单击该框架内时禁用鼠标右键。那可能吗?