Guest User

Untitled

a guest
Feb 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <head>
  2. <script scr="page.js"></script>
  3. </head>
  4. <body>
  5. <? $options = json_encode([...]); ?>
  6. <script>
  7. PageEdit(<? $options ?>);
  8. </script>
  9. </body>
  10.  
  11. page.js
  12. function PageEdit(options)
  13. {
  14. }
Add Comment
Please, Sign In to add comment