문제

what could be the reason if browser is showing progress bar (stuck at half) as if it is still trying to load something, even after the page is rendered. this is an intranet ASP.NET website. how can I find out the reason? the browser is IE8. actually this started after the browser is upgraded from IE6 to IE8. not sure if this issue has anything to do with browser upgrade. will the tools like Fiddler can help to find out what it is still trying to load? thanks in advance.

도움이 되었습니까?

해결책

Check if u have behavior attached to any control. It happens sometime due to behavior.

다른 팁

Do you have any onload scripts that are using document.write() that don't call document.close() when they're done? This will cause the browser to wait, expecting more...

Could be AJAX requests. Fiddler will help.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top