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 yadav
<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");
}
if (oEvent.shiftKey)
{
arrKeys.push("Shift");
}
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 ? | 5 Yes | 7 No |
Post New Answer View All Answers
compair and contrast procedrual and object oriented programming language
hi friends i am first time using this site.i came to by some tcs personals that certifications r important for placements.i am financially average i am learning java from books.please tell is it enough if not which certification should i go for
what does complexity means in an algorithim?? how it is calcutaed?
100 computers ip how to calculate
What is the actual procedure of charging synthetic oil if the machine is under positive refrigerant pressure.
What is the use of SUN Server
when there is a parametrized constructor, and an object is created with no arguments. will the default constructor be called?
#include
what is difference between value datatype and object datattype
If I am in a room with 5 people and guess all their birthdays what is the probability of getting (only) one correct?
What a test plan contains
BEL old probationary engineering questions and answers
difference between tcp ip and open system interconnection
pls i need a help from you friends, is there anybody who can help me out with the question been ask from the USA embassy. i will be going for interview next month pls help me
explain bug tracking system in detail.