I have a web form and using an script manager I can have a pageLoad() function which is supposed to be called on page loads.
but only when I run it on edge and ie 11 it is raised and on other browsers it isn't.
I have lots of other js code on my page(third parties).
is the problem caused by those js files?
how can I diagnose this problem?
thanks in advance.