?? hiddenframeexamplecom2.htm
字號:
<html>
<head>
<title>Hidden Frame Example (Response)</title>
<script type="text/javascript">
window.onload = function () {
parent.handleResponse(document.forms["formResponse"].result.value);
};
</script>
</head>
<body>
<form name="formResponse">
<textarea name="result">This is some data coming from the server.</textarea>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -