- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Contributors
RSS Feeds
Set Tab Title
Jump to:
navigation ,
search
You can find out more on how to use this Visualforce page here.
<apex:page >
<apex:includeScript value="/support/console/20.0/integration.js"/>
<script type="text/javascript">
function setTabTitle() {
sforce.console.setTabTitle('Call Script');
}
var previousOnload = window.onload;
window.onload = function() {
if (previousOnload) {
previousOnload();
}
setTimeout('setTabTitle()', '500');
}
</script>
Sample Call Script
</apex:page>
Retrieved from "http://wiki.developerforce.com/page/Set_Tab_Title"
© Copyright 2000-2011 salesforce.com, inc. Web-based Customer Relationship Management (CRM) Software-as-a-Service (SaaS).
All rights reserved Various trademarks held by their respective owners.
All rights reserved Various trademarks held by their respective owners.
Salesforce.com, inc. The Landmark @ One Market, Suite 300, San Francisco, CA, 94105, United States
General Enquiries: 415-901-7000 | Fax: 415-901-7040 | Sales: 1-800-no-software
General Enquiries: 415-901-7000 | Fax: 415-901-7040 | Sales: 1-800-no-software