<div id="myDiv">click</div> <script> myDiv.file = 'hy'; myDiv.onclick = function () { alert(myDiv.file) } </script>