复制代码代码如下 :
<! doctype html public "-// w3c // dtd xhtml 1.0 Transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<헤드>
<meta http-equiv = "content-type"content = "text /html; charset = utf-8" />
<title> js s </title>
<script type = "text/javaScript"언어 = "javaScript">
기능 창 () {
var evt = 이벤트 || Window.event;
경고 (Evt.srcelement.id);
}
</스크립트>
</head>
<div>
<입력 유형 = "text"onclick = "chang ();" id = "input_a" />
<입력 유형 = "text"onclick = "chang ();" id = "input_b" />
</div>
<body>
</body>
</html>