what is the exact syntax of a javascript include?

I thought it was:

<script language="javascript" src="../includes/myfile.js"></script>

but that doesn't seem to be working for me

David