Answer the question
In order to leave comments, you need to log in
Strange behavior of Google Chrome 6
There is a piece of code. Inside some function.
In FF3 both messages are the same and expected.
In Chrome 6, the second message returns null.
Who knows why?
_ondblclick = 'some_function();';
ondblclick = 'some_function();';
alert(_ondblclick);
alert(ondblclick);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question