src problem with js file.
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!!!!!
1 Attachment(s)
src problem - still doesnt work
thnks for reply me!!!! i attach the 2 files default.asp and default.js which make me the problems. i have tried to type the whole path and it still doesnt work.
notice the default.asp line 22 - there i wrote the linkage.
regards
Ron