JavaScript : Object Expected Error
Thursday, 22. February 2007, 22:14:58
For example, you have a JavaScript file named "myJS.js" and you accidently make a typing mistake and create a reference like this :
<script type="text/javascript" src="/path/to/file/myJF.js"></script>
If the filename of the SRC attribute is incorrect, then you'll get the "Object Expecte" JavaScript error.
Remember to check all your filenames and filepaths when you get this error.














