Browser Script
A Browser Script is a type of script that the browser interprets and runs. It interacts with the Document Object Model and with the Siebel Object Model in the browser through the Browser Interaction Manager. You write Browser Script in JavaScript. You can script the behavior of Siebel events and the browser events that the Document Object Model makes available. The Document Object Models for Internet Explorer and Netscape Navigator are different.
Siebel CRM version 7 introduced Browser Script. For more information, see Document Object Model Events You Can Use.
Do not use Browser Script to manipulate the location of a frame or a form in Siebel CRM because this configuration causes Siebel CRM to load a new page. This configuration is a violation of preferred security practices, so the result is a permission denied error.
For more information, see Browser Script Quick Reference. For information about creating Browser Script, see Configuring Siebel Business Applications.