Elementor #29295


				
					<script>
function openWhiteScreen() {
    var win = window.open("", "_blank", "fullscreen=yes");
    win.document.write("<html><head><title>White Screen</title></head><body style='background-color:white;'></body></html>");
    win.document.close();
}
</script>