Hi there,
I am not sure I understand what you're asking.... Are you looking for a way to reference a JavaScript file from an ASPX file? If so, you can use the standard syntax for that:
HTML Code:
<script src="/JavaScripts/SomeFile.
js" type="text/javascript"></script>
Hope this helps,
Imar