I have a custom edit form on a MOSS 2007 installation. I haven't made any recent changes, however starting today, when trying to edit a form, the bottom of the page displays "please wait while scripts are loaded..." and users cannot edit the forms.
I used the debugger on IE 9, and the error seemed to be with this:
('ctl00$PlaceHolderMain$g_f224395d_b28e_4733_8820_0e32b5b87d17$ff4_1$ctl00$ctl00$TelerikScriptManager', document.getElementById('aspnetForm'));
The form works fine on Chrome, but not on IE (tested on IE 7, 8, and 9). Any help would be great; this is an annoying and critical issue.
paul truland