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
Sure@DreamSure@Dream 

setting page title

Hi All,

I have used title attribute in <apex:page> tag, but the title is not getting set.

I read here to use <title> tag.
https://developer.salesforce.com/forums/ForumsMain?id=906F000000095cLIAQ

And its working in Chrome, but not in IE(IE9).

How to solve this??

Thanks
ShashForceShashForce
Hi,

Can you post some lines of code so that I can test?

Thanks,
Shashank
Vamsi KrishnaVamsi Krishna
did you try using the title attribute on the apex:page tag.. something like below.. it should work cross browser (note you won't see that in developer mode)

<apex:page title="This is My Page">

reference :
http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_page.htm
Sure@DreamSure@Dream
Hi Vamsi, Thanks for your reply. It wont work , if showHeader="false"