how to determine which Mouse Button was pressed
Answer / prashant ramkishan muttepawar
syntax :: alert("You pressed button: " + event.button)
Return Value ::A Number, representing which mouse button that was pressed when the mouse event occured.
Possible values:
0 : Left mouse button
1 : Wheel button or middle button (if present)
2 : Right mouse button
Note: Internet Explorer 8 and earlier has different return values:
1 : Left mouse button
2 : Right mouse button
4 : Wheel button or middle button (if present)
Note: For a left-hand configured mouse, the return values are reversed
| Is This Answer Correct ? | 0 Yes | 0 No |
write a code that user can choose/alter Body Text Size
code to detect availability of cookies
determine which key was pressed and its type
Reading which Character Key was pressed
how to Scroll a DIV content
how to convert between arrays and strings
program to bring a window to the front
How to encode and decode URL strings?
i am making a purchase sheet in html ,it contain names of product(by selecting checkboxes),quantity(textbox) and price(checbox), by using java script i am restricting the user to prevent them to enter the wrong data ,so i made the servlet were i am only able to prevent them to enter the page in empty field , so my doubt is how do you prevent them how to enter non numerical data in quantity field
Create a ViewState Property?
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space:
write a program segment that will ask the user if he wants to computer the perimeter of the area of the triangle. if the perimeter is wanted, ask the measure of the three sides and compute for the perimeter. if the area is wanted, ask for the measures of the base and height and compute for the area. display the computed value