OK, to start I don't like the word random but I cannot find any correlation in test cases for this problem so I am going to use random to describe parts of this problem.The setup: I have a list where i have crated a customized UI for the EditForm.aspx and NewForm.aspx. I use the same JS file and JavaScript between the two of them. I have added in a google map to help illustrate the location selection. I have added extra code to the "OK" button for some dynamic validation. I have done a lot of dynamic menu things as well. All users use IE 9 and the site is on a MOSS 2007 server.The problem: Only on the EditForm.aspx, clicking OK "Randomly" results in an immediate white screen. The form is not saved and when viewing the source code of the white screen i find a blank html page.What I have tried to find this problem: - I tried to narrow down the user and computer this happens on and found that it happens for everyone on every computer(once again "Randomly").- I tried disabling the code that is pre-pended to the "OK" button- I tried following the code with the IE9's external script debugged and found no errorsI can provide the code but it is a bit long and I really do not know where to begin. So i can provide it if needed.Thanks for the help ahead of time.