Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI
this is a very typical problem iam facing .I have an asp.net 2008 application which is configured with sharepoint also.I have nearly 10 aspx pages in the application.The problem iam facing was the javascript .It is not firing for only one page in windows ie 8 and above.when i check the same page in mozilla .I indentified this thing which iam getting javascript function x is not defined.but it is defined and also working fine in ie 7.and in the remaining pages the javascript is working fine and good .How can i resolve this issue..In the current page we are using a third party tool farpoint sheet veiw for excel related thing.

one more intersting thing is that the same page is working fine with local code with ie 8.but when it is hosted in the other machine and accessing the page .the problem is coming .



Thanks in advance

[Edit]Code block formatting removed[/Edit]
Posted
Updated 22-Dec-12 5:09am
v2
Comments
Abhishek Pant 22-Dec-12 11:14am    
did you checked the target code..? OR does this farpoint sheet view supports the application for windows8
Zoltán Zörgő 22-Dec-12 13:32pm    
Start IE developer toolbar, switch to Scripts page and enable debugging. You will be probably notified about some syntax error. For example ,} at the end of an object is not a syntax error in most of the browsers, but in IE8 is.

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