How to Add script codes before the </body> tag ASP.NET

后端 未结 3 1904
遥遥无期
遥遥无期 2021-01-27 02:17

Heres the problem,

In Masterpage, the google analytics code were pasted before the end of body tag.

In ASPX page, I need to generate a script (goo

3条回答
  •  有刺的猬
    2021-01-27 03:12

    You could delay your script execution until after the page loads, then it won't matter where your script resides.

提交回复
热议问题