N
neverstill
hi-
Has anyone found a way to use a linked .js file in a UserControl? I have a
control that has this line:
<script src="NSClientListBuilder.js"></script>
in that file is a function all test() test has a simple alert() call
I have a button on my usercontrol that will execute test(). Whenn the
script is in the ascx file, it works fine, when it's in a linked .js file I
get a script error. Has anyone and idea why this may be?
of course I have checked paths
filenames
etc
Thanks,
Steve
Has anyone found a way to use a linked .js file in a UserControl? I have a
control that has this line:
<script src="NSClientListBuilder.js"></script>
in that file is a function all test() test has a simple alert() call
I have a button on my usercontrol that will execute test(). Whenn the
script is in the ascx file, it works fine, when it's in a linked .js file I
get a script error. Has anyone and idea why this may be?
of course I have checked paths
filenames
etc
Thanks,
Steve