Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.49 KB | None | 0 0
  1. <script>
  2.  
  3.   const cells = "";
  4.  
  5.   const text = "" ;
  6.  
  7.   const url = "";
  8.  
  9. </script>
  10. <div style="width: 100%; height: 100%; overflow: hidden;"><iframe src="" id="gScriptIframe" style="width: calc(100% + 20px);  height: 100%; border: none; overflow: hidden;"></iframe></div>
  11. <script>
  12.   var fullUrl = url+"?method=isZero&cellReference="+encodeURIComponent(cells)+"&textIfZero="+encodeURIComponent(text);
  13.   var gScriptIframe = document.getElementById("gScriptIframe").src = fullUrl;
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement