Disable double click on a table.

V

venu madhav

Hi All,
I've a Web application where I display details in a table. This
table has a double click option which when clicked displays a popup
containing some more details of that particular row. Now I want to
disable double click option on the table until the popup is closed. Is
there any way to do this?
I am using CGI for backend processing and HTML and Javascript
for client side.

Please let me know if u need any further information.

Thank you,
Venu.
 
J

Joe Nine

venu said:
Hi All,
I've a Web application where I display details in a table. This
table has a double click option which when clicked displays a popup
containing some more details of that particular row. Now I want to
disable double click option on the table until the popup is closed. Is
there any way to do this?
I am using CGI for backend processing and HTML and Javascript
for client side.

Please let me know if u need any further information.

Thank you,
Venu.

In your double-click handler just check to see if the popup is currently
open/visible. If it is, just return without doing anything.
 
S

SAM

Le 6/18/10 1:05 PM, Joe Nine a écrit :
In your double-click handler just check to see if the popup is currently
open/visible. If it is, just return without doing anything.

after having focused back the popup
or, at least, indicated why that doesn't more work
 

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

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,208
Latest member
RandallLay

Latest Threads

Top