0
即使當焦點集中在iframe上時,我如何獲得此代碼來執行?Onkeydown事件集中於Iframe時無法正常工作
<Script>
function check(){ alert("test"); }
</script>
<body onkeydown="check()";>
Onkeydown event only works when focus is not on iframe...<br>
<iframe src="about:blank" frameborder=1;> </iframe>
我可以將iframe放置在div/table中並獲取div/table來監聽onkeydown事件嗎? – David 2010-09-03 08:00:49
不知道這會工作,但值得一試。 – 2010-09-03 08:02:06