Click here to Skip to main content
15,886,611 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there, am developing an asp.net website using visual studio 2008, i have added a menu navigation control, when i debug my website, on pointing to the menu item control to navigate my pages, i get the following error message:

Microsoft JScript runtime error: Object expected

why does my menu item respond to mouse hover yet i did not programme it to do so

Please, how can i solve this problem

Thank you
Posted
Comments
Dr.Walt Fair, PE 12-Dec-10 15:11pm    
Where is the error happening? Without seeing the code, I don't know how anyone can help.

1 solution

The object is not getting the value.

Write debugger at the start of the javascript function. Also enable script debugging option

Tools->Internet Options -> Advanced -> Uncheck script debugging

Dubug the code and check which object is not getting the value :)




Vote if the answer is helpful :)
 
Share this answer
 
Comments
Sandesh M Patil 13-Dec-10 3:42am    
My answer is not wrong

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900