onload.jsp

来自「java的一系列产品中包括jsme,jmse,j2ee,本文件提供j2ee实现的」· JSP 代码 · 共 18 行

JSP
18
字号
<html>
<head></head>
<script language="JavaScript">
<!--
	function showDocumnet(){
		window.name="test onLoad()";
	  document.write("window.name: "+window.name+"<br>");
	  document.write("window.length: "+window.length+"<br>");
	  document.write("document.location: "+document.location+"<br>");
	  document.write("document.bgColor: "+document.bgColor+"<br>");
	}	
-->
</script>
<p>please see the property of document:
<body BGCOLOR="#aaeeff" onLoad="showDocumnet()">
</body>
</html>

⌨️ 快捷键说明

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