Monthly Archive
for: ‘August, 2011’

SharePoint 2007 AJAX Timer Fires Only Once?

When I punched the solution into SharePoint 2007 I found that the UpdateTimer_Tick method would only run once. I must admit I spent some time on it, rebuilding, tweaking, debugging – I even built the solution in a new stock ASP site – everything looked ok but in SharePoint 2007 it still only run once. After some research on I found references to the issue being the _spFormOnSubmitWrapper method on the SharePoint init.js file. I dont like editing the out-of-the-box files in SharePoint, so I continued my research into ways the method could be overridden locally.

Read More