Guest User

Wes

a guest
May 10th, 2010
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <apex:pageBlockSectionItem >
  2. <apex:outputPanel>
  3. <apex:outputText id="zipcode" value="{!PostalCode}"/>
  4. <script>
  5. var zip = document.getElementById("{!$Component.zipcode}");
  6. alert('zip:'+zip);
  7. </script>
  8. </apex:outputPanel>
  9. </apex:pageBlockSectionItem>
Advertisement
Add Comment
Please, Sign In to add comment