Home >Web Front-end >JS Tutorial >Solution to IE6 pop-up 'Operation terminated'_javascript skills
In the actual project, my js is in the header page, and the header is referenced by multiple pages. If you add
to the body element of each page, the problem can be solved. But this is too unrealistic. After all, if it is completely modified, too many files will need to be updated when deployed to the external network. So, I searched online and finally found the code that makes this js execute last. The code is as follows: