Created
May 14, 2015 07:38
-
-
Save xgeek-net/645c3c0b38316340d7b4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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="Sales__c" extensions="ExtendPageController"> | |
<script type="text/javascript"> | |
function refreshPage(){ | |
location.href="/{!record.Id}"; | |
} | |
</script> | |
<h1>This is a visualforce page in iframe</h1> | |
<a href="javascript:refreshPage();">Refresh</a> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment