Prev: FAQ Topic - How do I format a Number as a String with exactly 2 decimal places? (2010-01-29)
Next: Howto: Open a Javascript popup from an external file
From: wilq on 3 Feb 2010 03:46 On Feb 2, 10:52 am, Asen Bozhilov <asen.bozhi...(a)gmail.com> wrote: > wilq wrote: > > Adding an overlay should fix your problem as Jorge pointed out... Have > > you tried that? > > How can you stop access keys with overlay? And i can't understand, why > OP want to do this? > > function clickHandler() > { > if (someSpecialCase) > { > return; > } > > //do something > > }; > > He can check for special case in execution context created when > invokes handler function. Didnt he asked to stop onclick, not key events ? As he pointed out, he figured out already checking a special case and this didnt work in his case? |