Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <apex:pageBlockSectionItem >
- <apex:outputPanel>
- <apex:outputText id="zipcode" value="{!PostalCode}"/>
- <script>
- var zip = document.getElementById("{!$Component.zipcode}");
- alert('zip:'+zip);
- </script>
- </apex:outputPanel>
- </apex:pageBlockSectionItem>
Advertisement
Add Comment
Please, Sign In to add comment