Click to See Complete Forum and Search --> : Slide-down Menu Problem


Doyle
05-11-2003, 11:45 PM
Hello,

i'm new to javascript and am having some problems with the script from this page:

http://javascript.internet.com/navigation/slide-down-menu.html

This is the error:

Line: 146
Char: 3
Error: Object expected
Code: 0

The error is on this line:

startup(4);

Its driveing me nuts. what object is expcted???

Hope somone can help.
Thanks in advance

Doyle

khalidali63
05-11-2003, 11:57 PM
this error means that "startupt(4)" is a method which JavaScript engine can not find,it clearly means that you are either missing this line of code

<script language="JavaScript" src="sliding_menu.js"></script>

or if you do have this line then there is not file in the filder named
"sliding_menu.js"