How to Host S-Control in Visualforce Page for google map
In order to host your s-control in your Visual Force Pages you need to the the following steps:
- Create a new VF page or go to your existing VF page editor
- Pick your S-Control API name and have it ready.
- Within the Page block or where you find suitable add an apex:scontrol tab as follows:
you may copy code from here
<apex:scontrol controlName="Google_Map" width="-100"height="415"> </apex:scontrol>
<apex:scontrol controlName="Google_Map" width="-100"height="415"> </apex:scontrol>
Post a Comment