what are the “for” and “event” attributes of the script tag (Javascript,HTML)

后端 未结 4 1055
情歌与酒
情歌与酒 2020-12-31 02:26

In a web application I\'ve inherited at work which was written about 10 years ago I\'ve noticed the following code snippets repeatedly used:



        
4条回答
  •  执念已碎
    2020-12-31 03:11

    Those are Microsoft-specific (Internet Explorer-only) extensions to the script tag, and your impulse to rewrite the example without them is a good one.

提交回复
热议问题