Mini Page Layout Custom Console Component

You can find out more on how to use this Visualforce page here. Please note, this is not supported functionality and may be subject to change in the future.

<apex:page StandardController="Contact">    
    <script type="text/javascript"> 
        window.location = '/{!Contact.AccountId}/m?isdtp=vw';
    </script>
</apex:page>