i wrote a utils.js file.
i reference it with
<script src="./js/utils.js"></script>
and later in my html file, i call one of the functions that is defined in that file.
for 99% of my users, their browser can find the function no problem....but i have one user who is on a PC using both IE 6 and IE 7, cannot find the functions in the utils.js file
does anyone have any idea why? he must have some setting on his browser, but i have no idea what
thanks so much for any help!