You need to sign in to do that
Don't have an account?
Srisha Pyati
need
<apex:page standardController="Case" >
<apex:pageBlock >
<apex:form >
<apex:commandButton action="window.close()" value="Close" onclick="window.close()"/>
</apex:form>
</apex:pageBlock>
</apex:page>
please help me out what would be missing ..getting error like formula is missing..but it works fine in preview section but not in org..need help with this
<apex:pageBlock >
<apex:form >
<apex:commandButton action="window.close()" value="Close" onclick="window.close()"/>
</apex:form>
</apex:pageBlock>
</apex:page>
please help me out what would be missing ..getting error like formula is missing..but it works fine in preview section but not in org..need help with this
Please follow below url:-
https://stackoverflow.com/questions/8658586/closing-popup-visualforce-window-after-save
if you need any assistanse, Please let me know!!
Kindly mark my solution as the best answer if it helps you.
Thanks
Mukesh
thanks,but working in preview section not in records actually.