function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi
My users find it confusing to see Salesforce as the title of the browser/browser tab. Is there a way to customize this?
thanks
tammy
for now we cannot change the title of standard of pages.
If you want to set the title for visual force pages, you can set using
<apex:page title="My VF Page Title"> --- content goes here</apex:page>
thanks for your speedy response
i'll have to look into making it a visual force page when time permists
thanks again
for now we cannot change the title of standard of pages.
If you want to set the title for visual force pages, you can set using
<apex:page title="My VF Page Title">
--- content goes here
</apex:page>
All Answers
for now we cannot change the title of standard of pages.
If you want to set the title for visual force pages, you can set using
<apex:page title="My VF Page Title">
--- content goes here
</apex:page>
thanks for your speedy response
i'll have to look into making it a visual force page when time permists
thanks again