I want my php website to open only on internet-explorer while it shouldnt open on other browsers and also display message to them to view website on internet-explorer
i have tried this code below but it only displays message on updating the browsers
<script>
var $buoop = {required:
{e:-4,f:-3,o:-3,s:-1,c:-3},insecure:true,api:2019.10 };
function $buo_f(){
v ar e = document.createElement("script");
e.src = "//browser-update.org/update.min.js";
document.body.appendChild(e);
};
try {document.addEventListener("DOMContentLoaded",
$buo_f,false)}
catch(e){window.attachEvent("onload", $buo_f)}
</script>