Placement Test

<iframe id="PlacementPhotoiframe" style="width: 100%; min-height:500px; height: 1000px" ></iframe>

<script type="text/javascript">
    window.onload = function () {
        var el = document.getElementById('PlacementPhotoiframe');
        var urlParams = new URLSearchParams(window.location.search);
        if (urlParams.has('ID')) {
            el.src = 'https://murphygraniteonline.com/Web/PlacementPhoto.aspx/?ID=' + urlParams.get('ID');
            document.getElementById("PlacementPhotoiframe").innerHTML = "Iframe is loaded.";
        } 
    };
</script>