Adding HTML and generic JavaScript to custom content
As well as adding scripting customizations using the Client-Side API into the Custom Content field, you can add HTML and generic JavaScript content to an individual page. For example, you can use Custom Content to add HTML text to create a link at the top of a screen, or to generate a JavaScript button that pops up an alert box.
The Custom Content is generated at the beginning of the page, so whatever you create appears first in the screen or panel.
For example, add the following HTML text to the Custom Content field of the Company Summary screen. This generates a button to open a web page where you can search on company information. The button is displayed in the top left of the Company Summary panel.
<input type=button value="Company Information" name=Test onclick="window.open('http://www.sagecrm.com')">
When you view a related record summary screen, the new button appears in the Company panel.