I am using scriptManager and JQuery in a same page. when i click anywhere on that page i am getting following error. Line: 5959 Error: 'top.screenLeft' is null or not an object When i debug this its pointing to following code in scriptResource.axd var offsetL = w.screenLeft - top.screenLeft - top.document.documentElement.scrollLeft + 2; please give solution for this.
Cheers..! Vijay s
modified on Monday, September 14, 2009 2:22 AM