Created
February 22, 2017 17:59
-
-
Save sankaran1984/31fbbafca3a1abad886592a9308153d7 to your computer and use it in GitHub Desktop.
Visualforce beyond basics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page standardController="Opportunity"> | |
<button onclick="top.location.href = '/{!Opportunity.Id}'"> | |
Click here to refresh | |
</button> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment