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
Raghu NaniRaghu Nani 

How to Redirect to link from home tab

Hi friends the below code is VFpage code , I was created Homepage VF component and added in home Layout , but it is not redirecting to that specific link i dont know why, can any one help on yhis ... ASAP,actually the Href link is report link

<apex:page >
<script>
location.href="https://cs31.salesforce.com/00Op0000000GwfT";
 </script>
</apex:page>
sandeep madhavsandeep madhav
Hi,

Use window.location
example: window.location = "https://cs31.salesforce.com/00Op0000000GwfT";