<html>
<body>
<p>Click the button to set the href value to https://www.w3schools.com.</p>
<button onclick="myFunction()">Take me to w3schools.com</button>
<script>
function myFunction() {
location.href = "../index.html";
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_loc_href_set by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 14:05:39 GMT -->
</html>