I've a html web resource, which is an onclick event from a html button.
I've added the script to the top of my html resource
<script src="../scripts/fileName.js"></script>
It's not finding the function (it works if I put the function directly in the html web resource).
Is there something I'm missing?
Thanks
Lee