How to redirect user from one website to another using java script
How to redirect user from one website to another using java script
Solution:
add this script in header of your website layout page.
in header of the website or in body tag add this script
<script>
function myFunction() {
location.replace("https://propertyjoin.com")
}
myFunction();
</script>
Share This with your friend by choosing any social account