Created
November 1, 2012 02:02
-
-
Save anonymous/3991164 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<script> | |
var ddd = function(e){ | |
// document.getElementById("ccc").innerHTML=e.layerX; | |
}; | |
// window.addEventListener("load",function(){ | |
//document.getElementById("ddd").addEventLisner("click",ddd); | |
// }); | |
</script> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>無題ドキュメント</title> | |
</head> | |
<body> | |
<canvas id="ddd" width="500" height="500" style="border:solid 1px #F39"> | |
</canvas> | |
<div id="ccc"> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment