Created
September 13, 2019 10:49
-
-
Save AgiMaulana/7b079870b4a0e0aa83e697e75a2afb36 to your computer and use it in GitHub Desktop.
Shortcut page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var iframe = document.createElement('iframe'); | |
iframe.src = 'http://localhost:8000/test/?source=' + window.location.href; | |
var justika = document.getElementsByClassName("shortcut-page"); | |
justika.appendChild(iframe); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment