⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iframe.html

📁 AJAX基础教程德源代码
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>  <head>    <title>Example of remote scripting in an IFRAME</title>  </head>  <script type="text/javascript">    function handleResponse() {      alert('this function is called from server.html');    }  </script>    <body>  <h1>Remote Scripting with an IFRAME</h1>    <iframe id="beforexhr"  name="beforexhr"  style="width:0px; height:0px; border: 0px"  src="blank.html"></iframe>  <a href="server.html" target="beforexhr">call the server</a>    </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -