<!DOCTYPE HTML>
<html>
<head>
<title>test</title>
<script type="text/javascript" src="url.js"></script>
<script type="text/javascript" src="test.js"></script>
</head>
<body>
<h1>JavaScript Example</h1>
<noscript>Your JavaScript should be enabled to test this page.</noscript>
</body>
</html>
|