12938172
Programmer
- Jan 23, 2008
- 4
Hi Guys,
I am trying to include 2 javascript files into one of my webpages. The problem is only 1 of the 2 scripts will work. See code below:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "<head>
<link rel="stylesheet" type="text/css" href="main.css" />
<script language="JavaScript" src="validation.js"></script>
<script language="JavaScript" src="js.js"></script>
</head>
<body>
</body>
</head>
I am trying to include 2 javascript files into one of my webpages. The problem is only 1 of the 2 scripts will work. See code below:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "<head>
<link rel="stylesheet" type="text/css" href="main.css" />
<script language="JavaScript" src="validation.js"></script>
<script language="JavaScript" src="js.js"></script>
</head>
<body>
</body>
</head>