SyntaxFix
Write A Post
Hire A Developer
Questions
If your page is deeply pathed or might move around and your JS script is at "~/JS/Registration.js" of your web folder, you can try the following:
<script src='<%=ResolveClientUrl("~/JS/Registration.js") %>' type="text/javascript"></script>