Guest User

Untitled

a guest
Aug 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <apex:page id="tstpage">
  2. <script>
  3. alert ('test1');
  4. var x = document.getElementById("{!$Component.tstpage.frm}");
  5. alert('x value ' +x);
  6. </script>
  7.  
  8. <apex:form id="frm">
  9. testing1
  10. </apex:form>
  11.  
  12. <h1>Congratulations</h1>
  13. This is your new Page
  14. <!-- End Default Content REMOVE THIS -->
  15. </apex:page>
Add Comment
Please, Sign In to add comment