Guest User

Untitled

a guest
Jan 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <iframe
  2. id="crdamap"
  3. width="500"
  4. height="400"
  5. frameborder="0"
  6. scrolling="no"
  7. marginheight="0"
  8. marginwidth="0"
  9. onLoad="load_plots_for_sale();"
  10. title="Avenue Plots for Sale" src="https://gis.apcrda.org/lps/index.html">
  11. </iframe>
  12.  
  13. function load_plots_for_sale(){
  14. $(map).on("load", function(){
  15. console.log('xxxxxxxxxxxxxxxxxxxzzzzzzzzzzz');
  16. });
  17. }
  18.  
  19. layer.loadend
Add Comment
Please, Sign In to add comment