<!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.0//EN""http://www.w3.org/TR/REC-html140/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<title>Hello World</title>
</head>
<body>
<center>
<script language="javascript 1.2" type="text/javascript">
document.write("Hello World!");
document.write("Hello World!");
</script>
<script language="javascript1.2" type="text/javascript">
document.write("Hello World!");
</script>
<script language="javascript1.2" type="text/javascript" src="Sample.js"></script>
</center>
</body>
</html>
Sample.js文件为任意内容