ghornet
03-06-2003, 11:31 PM
Pretty simple question I think
So i want to include some javascript functions, but I also want to be able to write javascript on the page
The following does not work... how else could I do this?
<script language="JavaScript" src="../includes/Functions.js">
alert("test");
</script>
D----
So i want to include some javascript functions, but I also want to be able to write javascript on the page
The following does not work... how else could I do this?
<script language="JavaScript" src="../includes/Functions.js">
alert("test");
</script>
D----