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
BondicloudBondicloud 

service console not working

Hi All,

 

in my visual force page . i wrote code like bellow

 

<apex:includeScript value="/support/console/20.0/integration.js"/>
<script type="text/javascript">

window.onload=testSetTabTitle;



function testSetTabTitle() {
// alert('hi');
//Set the current tab's title
sforce.console.setTabTitle('Sales Offer Page');
}

</script>

 

some times it showing  sub title as  sales offer page but some times it is showing as External page ?

 

what is the cause? please help in this