blob: 0c9b45424c9cdc9c6326be0f2c5ebd0eda49c25a [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<iframe id="frame"></iframe>
<script>
var iframeElement = document.querySelector('#frame');
url = window.location.href;
iframeElement.src = url.substr(url.indexOf('=') + 1);
</script>
</body>
</html>