Firebug status is appearing aborted and screen loading stops
Hi All,
Please pardon me if this question is too easy or naive as i am new to jquery/javascript.
I am developing an application using jquery/javascript and html. There is a main html files which load other html files along with audio. This is how i am loading a new html file
- $("#small_div").load(fileToLoad,function(){objRef.onLoadComplete()});
The problem i faced was that sometimes the screen don't load. I checked using firebug, for all the files the status was 200 OK but for the html file that didn't loaded the status was "aborted". The status aborted is appearing for html file and audio file ogg as well. I am using audio tag to load the audio. Is there any method to avoid this error.
Can any please guide me or give some hints on this problem.
Any suggestion in this regard would be a great help.
Regards
Sumeet Kumar