黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

ASP.NET HTML 控件 ImageButton

asp.net html 控件 imagebutton

<script  runat="server">
sub getcoordinates(sender as object, e as imageclickeventargs) 
   mess.text="coordinates: " & e.x & ", " & e.y
end sub
</script>


<!doctype html>
<html>
<body>

<form runat="server">
<p>click on the image:</p>
<asp:imagebutton
runat="server"
imageurl="smiley.gif"
onclick="getcoordinates"/>
<p><asp:label id="mess" runat="server"/></p>
</form>

</body>
</html>
相關(guān)文章