MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

MOSS 2007 - This Page has been modified since you opened it

  Date: Oct 14, 2011      Category: MOSS      Views: 141
 

I have a default.aspx page that is detached from the page layout and I am
getting this error every time I try to edit the page/edit content editor
webpart:
"This Page has been modified since you opened it. You must open the page again."

I have tried adding this code to the default.aspx page and the masterpage and it
didn't help in either case.

<script language="javascript" type="text/javascript">
if(document.getElementById("MSO_PageHashCode"))
{
document.getElementById("MSO_PageHashCode").value="";
}
</script>


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:                      

 

No Answers Found. Be the First, To Post Answer.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].