Comment #7 on issue 11113 by sandwiched: onclick of submit is ignored http://code.google.com/p/chromium/issues/detail?id=11113
FYI, this is a simple capitalization issue. "onclick" is ignored; "onClick" is obeyed. Inspecting the offending element will always show the "onclick/onClick" in lowercase, regardless of the source capitalization, but it is the source capitalization that matters. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
