I know this seams a trivial question, but how can I disable the annoying JavaScript error messages?
I am inserting data into an unfinished web application and I keep getting about 30 errors for every form I submit. It’s driving me crazy.
I’m using IE7.
Please note that I already tried ‘Internet options – Advanced – Browsing’, disabled script debugging for IE and other and unchecked the ‘display a notification for every script error’. All I got was a different error message, but I still have to close a LOT of alert messages.
I think I am going insane.
EDIT: Before and after Image(url omitted to protect the innocents): 
I don’t have access to the code, I am just inserting data, the application is still being built and the JavaScript is generated from codebehind. There is absolutely nothing I can do to remove this errors.
After some Googling it seems you might get this if your user-agent string is too long. See here and here. I’m not convinced this will fix it but it might be worth a try.