Editing Content Editor Web Part
-
I've used Content Editor Web part in a SharePoint Form Library for redirection as mentioned below: On my site 'site a', I've added the Content Editor Web Part which has the following meta tag to redirect users to site 'site b': The value 10 here specifies the time interval after which the redirection would happen. By Mistake, I've input the value as 1 instead of 10 and hence, the redirection happens immediately. Now, I'm unable to edit the content editor web part, as the redirection is immediate. Any help on how I can edit the web part? Thanks Arut
-
I've used Content Editor Web part in a SharePoint Form Library for redirection as mentioned below: On my site 'site a', I've added the Content Editor Web Part which has the following meta tag to redirect users to site 'site b': The value 10 here specifies the time interval after which the redirection would happen. By Mistake, I've input the value as 1 instead of 10 and hence, the redirection happens immediately. Now, I'm unable to edit the content editor web part, as the redirection is immediate. Any help on how I can edit the web part? Thanks Arut
Lets say your web part page is http://servername/default.aspx then use http://servername/default.aspx?contents=1 this will take you to the web part maintenance page, where you can remove the web part and add the new one with your modified script. Hope this Helps --- Rajesh MVP SharePoint Server --- Rajesh (MCTS) http://rjesh.com
-
Lets say your web part page is http://servername/default.aspx then use http://servername/default.aspx?contents=1 this will take you to the web part maintenance page, where you can remove the web part and add the new one with your modified script. Hope this Helps --- Rajesh MVP SharePoint Server --- Rajesh (MCTS) http://rjesh.com
I already got the answer, but couldn't post it due to time crunch. However, thank you for the reply.