<html>
<meta http-equiv="content-type" charset="utf-8">
<head>
<title>AutoExec</title>
</head>
<body>

<span id="AutoExecID"></span>

<script language="JavaScript">
	
	window.onload = function(){
		
		AutoExecFunction();
		
	}
	
	function AutoExecFunction() {
		document.getElementById( 'AutoExecID' ).innerHTML = 'AutoExecMsg<br>';
	}
	
</script>


</body>
</html>
<< 広告 >>