You need to sign in to do that
Don't have an account?
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>
<apex:page >
<script>
location.href="https://cs31.salesforce.com/00Op0000000GwfT";
</script>
</apex:page>
Use window.location
example: window.location = "https://cs31.salesforce.com/00Op0000000GwfT";