ASPX templates
Version 3.x > ASPX templates > Error while saving content in EditableTestRegion View modes: 
User avatar
Member
Member
apexa@rightwaysolution.com - 7/2/2008 5:02:05 AM
   
Error while saving content in EditableTestRegion
I have created site using Aspx Template.i have created aspx page as given in document and assign it to Template. using this template i have created page.

When i trying to save in editable region it gives error

"Microsoft JScript runtime error: 'theForm.__SCROLLPOSITIONX' is null or not an object."

Kindly Guide me.


User avatar
Member
Member
kentico_vitaja - 7/8/2008 6:54:58 AM
   
RE:Error while saving content in EditableTestRegion
Hi,

That error message is the friendly maintain scrollback position routine. It is possible that your standard ASP.NET JavaScript files weren't properly downloaded to the page by the client. In case of using your own java script code, please check if JS code is correct. It may be caused by some corrupt line in code file.

Can you try to run appropriate page in different browser than IE? E.g. Firefox or Opera. It is possible that IE is more sensitive in Java Script compile process.

Another possible cause of this issue may be, if you have inserted some <form> element to page while using FCKEditor. It is because it´s not possible to have <form> element in another <form> element and FCKeditor generates one <form> automaticly.

In meantime, you can disable MaintainScrollPositionOnPostBack property, which should be located in appropriate .aspx file.

Best regards,
Vita Janecek