How to stop page load in html static page

后端 未结 11 1420
庸人自扰
庸人自扰 2020-11-30 02:35

Is there in HTML (javascript) or other static html tech can:

  • Stop page loading (if browser does not download yet)
  • Stop page rendering (from where the
11条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 03:11

    If you already have html comments on your page, @bukko's solution doesn't fully work. Stuff after the html comment will get rendered normally.

    Something else to try is:

    document.write('
    
                                     
                  
提交回复
热议问题