How to redirect user from one website to another using java script
Microsoft Net Framework

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


Upcoming Articles
You may also read following recent Post
Copyright Future Minutes © 2015- 2024 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM