[Javascript] Replacte URL trên javascript

Hướng dẫn code mẫu dùng để replace URL trên Java Script

<html>
     <head>
          <title>Redirect to Webpage</title>
          <style>
            body{
                text-align:center;
            }
          </style>
     </head>
     <body>

     <h2>Replacte Script</h2>
     <button onclick = "Replace()" >Submit to Replace</button>
          <script>                 
               function Replace() {
                    location.replace("https://itcweb.net")
               }   
          </script>
     </body>
</html>

Chúc các bạn thành công

Bình luận