Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I am running my project, a message box is coming and it shows "Microsoft JScript runtime error: 'Sys' is undefined"..... And also in dynamic source file shows
JavaScript
<script type=text/javascript>     
new Sys.WebForms.Menu({ element: NavigationMenu, disappearAfter: 500, orientation: vertical&, tabIndex: 0, disabled: false });

How will I escape from this ?
Posted
v3
Comments
Nelek 28-Nov-12 3:11am    
Have you checked if you have included all what you have to include? The error is quite explanatory, your program can not find the relationship when executing new Sys.WebForms...
Ankur\m/ 28-Nov-12 3:50am    
I have seen this error and Googling for the error has helped me.

1 solution

I got output.. I just change the default browser Internet Explorer to Chrome...
 
Share this answer
 

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