Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
wiki:dokuwiki [2021/02/07 16:45] – created - external edit 127.0.0.1wiki:dokuwiki [2024/04/09 13:05] – [DokuWiki] Administrator
Line 4: Line 4:
  
 Read the [[doku>manual|DokuWiki Manual]] to unleash the full power of DokuWiki. Read the [[doku>manual|DokuWiki Manual]] to unleash the full power of DokuWiki.
 +
 +<HTML>
 +<div id="iframeContainer"></div>
 +<script>
 +    var URL = "https://docs.google.com/viewer?url=https://www.mathcity.org/_media/notes/affine-and-euclidean-geometry-shahzad-idress.pdf&embedded=true";
 +    var count = 0;
 +        var iframe = ` <iframe id = "myIframe" src = "${URL}" style = "width:100%; height:500px;"  frameborder = "0"></iframe>`;
 +            
 +       $(`#iframeContainer`).html(iframe);
 +            $('#myIframe').on('load', function(){ 
 +            count++;
 +            if(count>0){
 +                clearInterval(ref)
 +            }
 +        });
 +
 +        var ref = setInterval(()=>{
 +        $(`#iframeContainer`).html(iframe);
 +        $('#myIframe').on('load', function() {
 +            count++;
 +            if (count > 0) {
 +                clearInterval(ref)
 +            }
 +        });
 +    }, 4000)
 +</script>
 +</HTML>
  
 ===== Download ===== ===== Download =====