this
オブジェクト自身を示します。
構文
this
例文
<html>
<head>
<title>this</title>
<script type="text/javascript"><!--
function check(aObj) {
alert(aObj.value);
}
// --></script>
</head>
<body>
<form>
<input type="button" value="Click" onClick="check(this)">
</form>
</body>
</html>
関連記事
- with
- while
- var
- try
- throw
- switch
- return
- new
- if
- function
- finally
- else
- do
- delete
- default
- continue
- const
- catch
- case
- break
- Comment / コメント / 注釈
スポンサーリンク





