function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Awinash Kr.Awinash Kr. 

Embedding S-Control (Javascript) in section header of standard page layout is not working anymore

Salesforce Critical update :-https://eu1.salesforce.com/help/doc/en/salesforce_spring13_release_notes.pdf, page 88

which is

 

"Critical Update for rendering custom section names on page layouts is available in affected organizations. This update changes how custom section names in page layouts are rendered, to escape HTML tags and other markup. Prior to the Spring’13 release, custom section names in page layouts weren’t escaped, allowing the use of HTML markup and other tags. This wasn’t an intended feature, and the Escape Page Layout Section Names update corrects this behavior. With this update, tags in section names are escaped, and aren’t interpreted as markup in the browser."

 

I have used embedded javascript in section header of standard page layout. like

 

 

<script src="/servlet/servlet.Integration?lid=01N500000004ws3" type="text/javascript"></script>

 

Earlier it was working but due to above mentioned critical update its not working anymore.

Does any one has alternate solution for this??