Hi i am getting the error of
Element referenced by ID/NAME in the global scope. Use W3C
standard document.getElementById() instead
[Break on this error] Failed to load source for: http://www.xyz.com/#
i am loading external page in div using ajax call while first page its not causing any problem but when i load second one its giving upper error
mainLeftContent is not a function mainLeftContent is my div name where actually external page loads...
Thanks