• Sagar Pawar
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies

Hi,

 

I can rename the home tab of customer portal  by using javascript by using the following code. 

 

Create a html area home component with following code

<script>

  var gethometab=document.getElementById('home_Tab');

 gethometab.getElementsByTagName("a")[0].setAttribute("title","test");

  gethometab.getElementsByTagName("a")[0].innerHTML="test";

 </script>

 

Add the home component in home page layout.

 

 

But when i click on other tabs of customer portal then that name again renamed as Home

So please tell me the solution.

 

regards,

Sagar.

 

 

 

Hi,

 

 

My requirement is i want to get current date and time of salesforce server from java class.

 

 

regards,

Sagar Pawar

Hi,

 

 

How i call System.now() method from java class? please help me on this as soon as possible.

Hi,

 

We are unable to inactivate user from salesforce as email alerts are firing. Unable to fix which email alert is firing.

How to inactivate a user from Eclipse IDE.

 

Thanks,

Sagar

Hi,

 

How i recover deleted Visual Force pages from my account ?

 

regards,

Sagar Pawar

Hi,

 

How i rename Home tab in salesforce?

 

 

 

 

regards,

Sagar

Hi,

 

 

How i call System.now() method from java class? please help me on this as soon as possible.

Hi,

 

We are unable to inactivate user from salesforce as email alerts are firing. Unable to fix which email alert is firing.

How to inactivate a user from Eclipse IDE.

 

Thanks,

Sagar