I am getting the same javascript error in a different circumstance.
I have modal dialogs and will set the tabIndex so the "Accept" button is selected, and when the user types in to the textbox and presses the enter key, the Accept button click event will execute. This "Accept" button is an <asp:Button> control.
All was well until I moved to AJAX 1.0 from RC. When I click the "Accept" button with the mouse it works fine. If I press the enter key, I get the javascript error.
Anyone have any suggestions?
Billy