Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

doubleclick in javascript using DOM2

  Asked By: Lambodar    Date: May 19    Category: Java    Views: 702
  

I am using this function. and I want to use double click..
var e = double.createEvent("MouseEvents");
e.initMouseEvent("mousedown", true, false, null,0,0,0,0,0,false,
false, false, false, 0, item );

This code basically selete the item. Now I Want to open the selected
item. can anyone please tell me how would i do that. I trying using
Event.DBLCLICK but that does not support DOM2.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on doubleclick in javascript using DOM2 Or get search suggestion and latest updates.




Tagged: