你好,我想嘗試iframe這個元素https://allnepaliconverter.com/ok/demo_iframe.html但他們的鍵盤似乎並沒有iframed。不能iframe我的網站的某些頁面
HTML代碼如下
<!DOCTYPE html>
<html>
<title>Virtual Keyboard</title>
<meta name="robots" content="noindex, nofollow">
<script type="text/javascript" src="vk_iframe.js?vk_skin=goldie&vk_layout=IN Devanagari" ></script>
</head>
<body>
<form action="no.cgi" method="get"><strong>
<p style="color: red;font-family: sans-serif;"> Enter From The Keyboard Below Using Mouse Or Your Hardware Keyboard Device </p></strong>
<textarea id="text" cols="72" rows="10" wrap="soft" onfocus="IFrameVirtualKeyboard.attachInput(this)"></textarea>
<div id="td"></div>
<body onload="IFrameVirtualKeyboard.toggle('text','td'); return false;" >
</form>
</body>
</html>
那麼它在哪裏是一個iframe中的測試頁? – epascarello