📄 mainpage.htm
字号:
<html>
<script Language="JavaScript">
function sendXML(){
//Need to add check to make sure the hidden frame
// contains the correct page.
try{
alert(parent.hidden.submitXML(xmlDocObject.xml));
}
catch(e){
alert("An error occurred.");
}
}
</script>
<body>
<p>Example of Submitting an XML Document to the Server</p>
<xml ID="xmlDocObject" src="simple.xml"></xml>
<input type="button" onClick="sendXML()" value="Send XML">
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -