Question

G

Guest

Guys,
Hotmail has this good feature where we can double click on calendar view to
create new calendar event.

How can we trap this double click on a webpage?

Thanks

Manny
 
S

Siva M

Hi,

Most of the HTML elements/tags support onDblClick event. Just hook your JS
function to this one.

Eg:

<img onDblClick="alert('Dbl clicked');" src='a.gif'>

Guys,
Hotmail has this good feature where we can double click on calendar view to
create new calendar event.

How can we trap this double click on a webpage?

Thanks

Manny
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Question reg. AJAX 3
datagrid double click function 1
Calendar Date Question: 2
pop up calendar 1
get the date from the calendar 1
General Question 2
Question 4
displaying binary data 2

Top