This is a discussion on double clicking the option in drop down list menu within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi pals, Is it possible to call a java script function while double clicking the options in drop down list ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi pals, Is it possible to call a java script function while double clicking the options in drop down list menu. If any knows plz convey the details. Thanks in advance...
__________________ J.Vijayanand |
| Sponsored Links |
| |||
| Hi, please use double click event as <option ondblclick="alert('2click');" > double click</option> Note: it works fine i Firefox, but some IE wont accept it. regards, vivekanandan |
| |||
| Hi vivekanand, Thanks for ur reply. But can anybody suggest me how to use the code in the internet explorer browser rather than firefox.
__________________ J.Vijayanand |
| |||
| Hi vijayanand, please make use the double click event in the select , which applies for all browsers. <SELECT NAME="sel_list" ondblclick="alert('doubleclick');" > Note: please don't see Dreamweaver editer it wont show this event . Regards, vivekanandan |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| When using a drop down menu, how do I store the value selected in a variable? | GDevakii | C# Programming | 1 | 03-22-2008 02:01 AM |
| Show the next seven days in a drop down list. | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 03-18-2008 09:15 PM |
| How can I change the contents of a drop down select list? | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 10-29-2007 08:14 AM |
| Why do the menu items drop behind some HTML elements.? | Pvinothkumar | HTML, CSS and Javascript Coding Techniques | 1 | 09-13-2007 06:03 AM |
| RightClick option for menu in Flash | bluesky | Flash Actionscript Programming | 2 | 08-14-2007 12:16 AM |