Interview Question in Sharepoint Web Parts
Question :: JavaScript: Is there a way to allow a script to conitue after an error (from the client side) |
We have a sharepoint site that has stopped working after a web part was removed. Sadly we cannot add the web part back in since this error occurs whenever a script to add the webpart runs. The error is caused because a form with id CTL01 is missing, so it's property MSOGallery_FilterVisible has a null value. If I could allow the browser to continue running the script without halting on this error then I'd be able to add the webpart back in & stop the error permanently. I have admin rights to the site, but not the server (so cannot go in the backdoor to edit the code directly), and the front door (i.e. sharepoint's interface) doesn't work because of this error.
Any tips greatly appreciated. I have FireFox 3 & IE7 installed, but can use other browsers if anyone knows of something that should work.
Thanks in advance,
JB |
|
|
|

Loading ...