HI there,
Looks indeed like the path to the
JS file is incorrect. Try adding it as a script reference like the jQuery file. Alternatively, compare your code with the actual path, Something like:
Code:
<script src="/Scripts/jquery.updnWatermark.js" type="text/javascript"></script>
should work, provided you set the site's Virtual Path to / as explained earlier in the book, and provided that the
JS file exists in the Scripts folder of course.
Cheers,
Imar