Skip to content

Instantly share code, notes, and snippets.

Created November 1, 2012 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/3991164 to your computer and use it in GitHub Desktop.
Save anonymous/3991164 to your computer and use it in GitHub Desktop.
<!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