hi all
i have asp page in which i have some j.s functions. in order to clean up the mass in the file i want to copy those functions to js file which name will be default.js the file will be in the new folder which name is js. when i try to write the folowing code

<HEAD>
<link rel="stylesheet" type="text/css" ref="css/MenueStyle.css">
<script language="JavaScript" src="../js/default.js"></script>
</head>

in the asp file i got error msg. but when i cut the js finctions again into the default.asp file the functions work all write again.
did i miss something!!!????

pleasssssssssssssse help me!!!!!