In SharePoint 2010, we have a variable called _spPageContextInfo that provides current context information. We can use this to obtain the current site, user, etc.
See John Liu's post:
http://johnliu.net/blog/2012/2/3/sharepoint-javascript-current-page-context-info.html
Checking for this variable will improve performance in SharePoint 2010, as it can eliminate a call to get the current site, and possibly other values.
Comments: @garynetxsl - Can you post what you're calling in the discussions so that I can understand more about the error? (We can't format code here in the Issuer Tracker.)
See John Liu's post:
http://johnliu.net/blog/2012/2/3/sharepoint-javascript-current-page-context-info.html
Checking for this variable will improve performance in SharePoint 2010, as it can eliminate a call to get the current site, and possibly other values.
Comments: @garynetxsl - Can you post what you're calling in the discussions so that I can understand more about the error? (We can't format code here in the Issuer Tracker.)