Write a function that responds to a click anywhere on the
page by displaying an alert dialog. Display the event name
if the user held Shift during the mouse click. Display the
element name that triggered the event if the user held Ctrl
during the mouse click. (Answer in Java Language)
Answer Posted / anil
<html>
<head>
<title>Mouse Events Example</title>
<script type="text/javascript">
function handleEvent(oEvent) {
var oTextbox = document.getElementById("txt1");
oTextbox.value += "\n button down is " +
oEvent.button;
var arrKeys = [];
if (oEvent.ctrlKey) {
arrKeys.push("Ctrl");
}
oTextbox.value += "\n keys down are " + arrKeys;
}
</script>
</head>
<body>
<P>Use your mouse to click and double click the red square.</p>
<div style="width: 100px; height: 100px; background-color: red"
onclick="handleEvent(event)"
id="div1"></div>
<P><textarea id="txt1" rows="15" cols="50"></textarea></p>
</body>
</html>
| Is This Answer Correct ? | 14 Yes | 13 No |
Post New Answer View All Answers
plz send me how to overhauling of freon bitzer semi receprocal comprassors with available video
Write a regular expression for "Capgemini Services Pvt.Ltd"
What do you think determines a person's progress in a good company?
Explain work?
how to increase the chiller effiency?
Why do sausages split lengthways, rather than around the circumference?
SQL How can make delete and insert in one query
What is Campus selection process of patni at Adcet,Ashta at 24th dec 2010.Also give apti syllabus.
is built-in data-type are abstract data-types in java
Explain what is meant by repetition of information and inability to represent information. Explain why each of these properties may indicate a bad relational database design.
what is the definition(body) of a default constructor in c++?
What is Moore's law and what limits the size of a computer chip?
Hi, what is the meaning of DOCUMENTUM,how and what testers have to do with it?
What is the strongest naturally occurring material and how can it be cut?
what are the artifacts in coding phase in SDLC????